the-infocom-files / zork1

Zork I: The Great Underground Empire
10 stars 3 forks source link

You can throw your hands at the cyclops, thief and troll #52

Open eriktorbjorn opened 5 years ago

eriktorbjorn commented 5 years ago
>THROW HANDS AT CYCLOPS
The cyclops shrugs but otherwise ignores your pitiful attempt.
The cyclops seems somewhat agitated.
          (<VERB? THROW ATTACK MUNG>
           <ENABLE <QUEUE I-CYCLOPS -1>>
           <COND (<VERB? MUNG>
              <TELL
"\"Do you think I'm as stupid as my father was?\", he says, dodging." CR>)
             (T
              <TELL
"The cyclops shrugs but otherwise ignores your pitiful attempt." CR>
              <COND (<VERB? THROW>
                 <MOVE ,PRSO ,HERE>)>
              <RTRUE>)>)

This is just one of many examples where you can throw away objects that you shouldn't be able to drop. I'm starting to think a PRE-THROW action is needed...

eriktorbjorn commented 5 years ago
>THROW HANDS AT THIEF
The thief places the pair of hands in his bag and thanks you politely.
>THROW HANDS AT TROLL
The troll, who is remarkably coordinated, catches the pair of hands and not
having the most discriminating tastes, gleefully eats it.