'Take off' action for tape

This commit is contained in:
He4eT 2019-11-15 01:25:55 +05:00
commit aee772727e
2 changed files with 2 additions and 1 deletions

View file

@ -27,6 +27,7 @@ tapeWall: Thing, RoomPartItem
}
}
dobjFor (Doff) remapTo(Remove, self)
dobjFor (Break) remapTo(Remove, self)
dobjFor (Pull) remapTo(Remove, self)