Open eriktorbjorn opened 5 years ago
I just tried release 10 and 17. It works there, so it presumably works in all versions in between as well.
>PUT SHORT POLE IN CHANNEL
The pole is lowered into the channel.
I'm not sure what causes the difference in behavior. It seems it doesn't even get to PRE-PUT
in the current version.
There's a Zork III-specific case in
PRE-PUT
:The only reason I can think of is to make this bit in
SHORT-POLE-F
work:But it doesn't, because apparently the parser objects ("You don't have the short pole.") before it even gets that far. I think it does because the
PUT
action is defined to only work on object's you're holding.