mirror of
https://github.com/He4eT/simple-tads-game.git
synced 2026-05-04 17:07:24 +00:00
11 lines
307 B
Perl
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>";
|