simple-tads-game/items/brokenDoor.t
2024-12-10 10:04:42 +01:00

11 lines
307 B
Perl

brokenDoor: Door, RoomPartItem
-> oldDoor
'broken door*doors'
'broken door'
"A strange door with a large sign that says <q>Use with caution</q>. "
isListed = true
location = startingRoom
specialNominalRoomPartLocation = defaultEastWall
;
+ Decoration 'sign' 'sign' "<q>Use with caution</q>";