If the Atomic Chihuahua has been shot do death, rather than blown to bits, pushing the red button is supposed to produce a custom response. See DOG-DEAD?:
(<EQUAL? ,DOG-LOC 20>
<COND (<PRSI? ,RED-BUTTON>
<TELL
"A slight puff of smoke emerges slowly from" T ,DOG "'s left nostril." CR>)
(T
<TELL
"You press" T ,PRSO " but nothing happens." CR>)>)>>
This currently doesn't work, but should if it checks <PRSO? ,RED-BUTTON> instead. I haven't tested this.
If the Atomic Chihuahua has been shot do death, rather than blown to bits, pushing the red button is supposed to produce a custom response. See
DOG-DEAD?
:This currently doesn't work, but should if it checks
<PRSO? ,RED-BUTTON>
instead. I haven't tested this.