Open eriktorbjorn opened 3 years ago
The trellis also has TRYTAKEBIT
when you first find it in Cleveland. The game uses UNDO-TRAP
for more than just the trap. That is, of course, much less serious. I'm just mentioning that fixing this will fix both these cases.
Notice how the room's description changed from "goes around a whole bunch of leaves" to "goes around a mighty hole". That means the trellis is no longer covering the hole, and the flytrap won't fall into it.
This is handled by
TRELLIS-F
:In at least some other cases where the game checks if you're about to pick up an object, it checks how many other objects you are carrying at the moment. E.g. this bit in
MOUSE-F
:I think it would make sense to add
<L? <CCOUNT ,PROTAGONIST> 11>
toTRELLIS-F
as well.