Moar biscuits

This commit is contained in:
Neil McPhail 2024-09-12 22:08:35 +00:00
parent c0dec1a388
commit 3759b9a6db

View File

@ -116,7 +116,7 @@ VOCABULARY
NOUN: "BISCU", "PACKE";
NOUN: "MUG", "CUP";
VERB: "HELP";
VERB: "EAT", "CONSU", "BITE", "CRUNC", "CHOMP";
VERB: "EAT", "CONSU", "BITE", "CRUNC", "CHOMP", "MUNCH";
}
OBJECT notused 0
@ -153,7 +153,7 @@ OBJECT biscuits
PROCESS examine
{
_ BISCU: PRESENT biscuits
MESSAGE "Crunchy and tasty, a supply which will never be exhausted; beloved of all Linux podcasters."
MESSAGE "Crunchy and tasty; beloved of all Linux podcasters."
DONE;
}
@ -251,7 +251,12 @@ RESPONSE
NOTDONE;
EAT BISCU: PRESENT biscuits
MESSAGE "Wimpy munches loudly on a delicious and nutritious biscuity treat."
PLUS crunchvol 1;
PLUS crunchvol 1
ADVERB LOUDL
MESSAGE "He tries to crunch louder, to no avail. Maybe many mouths make loud work?";
EAT BISCU: PRESENT biscuits
ADVERB QUIET
MESSAGE "He tries to be quiet but they're just too tasty.";
}
PROCESS 1