the-infocom-files / amfv

A Mind Forever Voyaging
5 stars 2 forks source link

"PLAY WITH JILL" doesn't check if she's asleep #78

Open eriktorbjorn opened 4 years ago

eriktorbjorn commented 4 years ago

For many other interactions with Jill, JILL-F will check if she's asleep, for instance:

           (<VERB? SHOW>
        <COND (<EQUAL? ,JILL-COUNTER 0>
               <PERFORM ,V?KISS ,JILL>
               <RTRUE>)
              (<PRSO? ,BABY>
               <SETG YES-NO-FLAG 11>
               <QUEUE I-YES-NO 2>
               <TELL
"Jill's face melts, and her eyes grow moist. \"Isn't he a bundle
of joy, Perry?\"" CR>)>)

("KISS JILL" prints "Jill is sleeping!" if she is.)

But for the PLAY-WITHaction there is no such check:

           (<VERB? PLAY-WITH>
        <TELL
"You ask Jill if she's interested in a game of chess, or perhaps
gin rummy, but she begs off." CR>)