But the room doesn't go dark even if PRSI was the only light source. That's probably because the object is still burning. Those checks have to be made after the object is extinguished.
I have a feeling that if that fix is made, the "It is now pitch black." will look strange because there's a space at the beginning of it.
It's also possible that the torch should be extinguished by calling KILL-TORCH instead. I'm not sure about the match.
There's this code in
PRE-POUR-ON
that extinguishes flaming objects if you pour water or sand on them:But the room doesn't go dark even if
PRSI
was the only light source. That's probably because the object is still burning. Those checks have to be made after the object is extinguished.I have a feeling that if that fix is made, the "It is now pitch black." will look strange because there's a space at the beginning of it.
It's also possible that the torch should be extinguished by calling
KILL-TORCH
instead. I'm not sure about the match.