Skip to content

Commit

Permalink
Merge pull request the-infocom-files#42 from eriktorbjorn/wooden-door
Browse files Browse the repository at this point in the history
If WOODEN-DOOR is going to be a local global object...
  • Loading branch information
AlexProudfoot authored Dec 30, 2020
2 parents faef876 + 4cfc8f4 commit 60ff366
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
9 changes: 8 additions & 1 deletion actions.zil
Original file line number Diff line number Diff line change
Expand Up @@ -2169,7 +2169,14 @@ suddenly vanish." CR CR>)>
(<VERB? MUNG>
<TELL "You can't seem to damage the door." CR>)
(<VERB? LOOK-BEHIND>
<TELL "It won't open." CR>)>>
<TELL "It won't open." CR>)
(<VERB? READ>
<COND (<EQUAL? ,HERE ,LIVING-ROOM>
<TELL
"The engravings translate to \"This space intentionally left blank.\"">)
(<TELL
"There is no writing on this side.">)>
<CRLF>)>>

\

Expand Down
5 changes: 3 additions & 2 deletions dungeon.zil
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ Zorkers were obscure." )>
(SYNONYM DOOR LETTERING WRITING)
(ADJECTIVE WOODEN GOTHIC STRANGE WEST)
(DESC "wooden door")
(FLAGS READBIT DOORBIT NDESCBIT TRANSBIT)
(FLAGS DOORBIT NDESCBIT TRANSBIT)
(ACTION FRONT-DOOR-FCN)
(TEXT
"The engravings translate to \"This space intentionally left blank.\"")>
Expand Down Expand Up @@ -1747,7 +1747,8 @@ cyclops sized).")
(WEST TO CYCLOPS-ROOM)
(IN TO CYCLOPS-ROOM)
(EAST TO LIVING-ROOM)
(FLAGS RLANDBIT)>
(FLAGS RLANDBIT)
(GLOBAL WOODEN-DOOR)>

<ROOM TREASURE-ROOM
(IN ROOMS)
Expand Down

0 comments on commit 60ff366

Please sign in to comment.