Open eriktorbjorn opened 4 years ago
Completely untested, but perhaps add something like this to AIRTIGHT-DOOR-F
:
(<VERB? PUT-UNDER>
<COND (<FSET? ,PRSI ,OPENBIT>
<TELL-WHY-BOTHER>)
(T <TELL-NO-NO>)>)
This should keep the responses consistent with V-PUT-UNDER
.
So you can put objects under
AIRTIGHT-DOOR
, and have them end up on the other side, even though the door is... well, airtight.That's because
V-PUT-UNDER
allows that for any object that hasDOORBIT
, as long as the object you try to put under it has a size smaller than 5, andAIRTIGHT-DOOR-F
does not check for it.