From aee772727ee16c415fcbd5d6022d73cd039a4a91 Mon Sep 17 00:00:00 2001 From: He4eT Date: Fri, 15 Nov 2019 01:25:55 +0500 Subject: [PATCH] 'Take off' action for tape --- src/item/tape.t | 1 + src/room/yellowRoom.t | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/item/tape.t b/src/item/tape.t index 0689ada..6bd16a3 100644 --- a/src/item/tape.t +++ b/src/item/tape.t @@ -27,6 +27,7 @@ tapeWall: Thing, RoomPartItem } } + dobjFor (Doff) remapTo(Remove, self) dobjFor (Break) remapTo(Remove, self) dobjFor (Pull) remapTo(Remove, self) diff --git a/src/room/yellowRoom.t b/src/room/yellowRoom.t index 3716af9..2908a9e 100644 --- a/src/room/yellowRoom.t +++ b/src/room/yellowRoom.t @@ -6,7 +6,7 @@ yellowRoom: Room A bright screen on the wall attracts your attention. <.p> There are three doors in the north wall - and a wide door leading south." + and a wide doorway leading south." south = cyanRoom