Skip to content

Commit

Permalink
Merge pull request #59 from if-dungeon/master
Browse files Browse the repository at this point in the history
#58 - proposed changes

Add response for OPEN on dummy windows at NHOUS and SHOUS.
  • Loading branch information
heasm66 committed Jun 25, 2024
2 parents cfbe463 + 55cd2ec commit 9fc5ba6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions mdlzork_791211/patched_confusion/act1.mud
Original file line number Diff line number Diff line change
Expand Up @@ -1661,6 +1661,11 @@ probably).">
(<VERB? "MUNG">
<TELL <PICK-ONE ,DOORMUNGS>>)>>

<DEFINE DWIND-FUNCTION ()
<COND (<VERB? "OPEN">
<TELL
"The window cannot be opened.">)>>

<DEFINE PUMPER ("AUX" (P <SFIND-OBJ "PUMP">))
<COND (<OR <IN-ROOM? .P>
<MEMQ .P <AOBJS ,WINNER>>>
Expand Down
2 changes: 1 addition & 1 deletion mdlzork_791211/patched_confusion/dung.mud
Original file line number Diff line number Diff line change
Expand Up @@ -1513,7 +1513,7 @@ threat to his livelihood."]]!]>
[]
"window"
,OVISON
<>>
DWIND-FUNCTION>



Expand Down
5 changes: 5 additions & 0 deletions mdlzork_810722/patched_confusion/act1.mud
Original file line number Diff line number Diff line change
Expand Up @@ -1661,6 +1661,11 @@ probably).">
(<VERB? "MUNG">
<TELL <PICK-ONE ,DOORMUNGS>>)>>

<DEFINE DWIND-FUNCTION ()
<COND (<VERB? "OPEN">
<TELL
"The window cannot be opened.">)>>

<DEFINE PUMPER ("AUX" (P <SFIND-OBJ "PUMP">))
<COND (<OR <IN-ROOM? .P>
<MEMQ .P <AOBJS ,WINNER>>>
Expand Down
2 changes: 1 addition & 1 deletion mdlzork_810722/patched_confusion/dung.mud
Original file line number Diff line number Diff line change
Expand Up @@ -1513,7 +1513,7 @@ threat to his livelihood."]]!]>
[]
"window"
,OVISON
<>>
DWIND-FUNCTION>



Expand Down

0 comments on commit 9fc5ba6

Please sign in to comment.