mirror of
https://github.com/He4eT/yet-another-experiment.git
synced 2026-05-05 00:57:22 +00:00
'Take off' action for tape
This commit is contained in:
parent
082cb1dbd3
commit
aee772727e
2 changed files with 2 additions and 1 deletions
|
|
@ -27,6 +27,7 @@ tapeWall: Thing, RoomPartItem
|
|||
}
|
||||
}
|
||||
|
||||
dobjFor (Doff) remapTo(Remove, self)
|
||||
dobjFor (Break) remapTo(Remove, self)
|
||||
dobjFor (Pull) remapTo(Remove, self)
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue