From 749eb0c962fac40c0d75caf838532d5960583878 Mon Sep 17 00:00:00 2001 From: He4eT Date: Sat, 9 Nov 2019 00:02:56 +0500 Subject: [PATCH] Room part items --- src/room/orangeRoom.t | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/room/orangeRoom.t b/src/room/orangeRoom.t index b7383f8..828ebf7 100644 --- a/src/room/orangeRoom.t +++ b/src/room/orangeRoom.t @@ -21,18 +21,20 @@ orangeRoom: DarkRoom /* Doors */ -+ orangeDoor: Door, AutoClosingDoor ++ orangeDoor: RoomPartItem, Door, AutoClosingDoor 'white sliding door' 'sliding door' "White sliding door in south wall.
" + specialNominalRoomPartLocation = defaultSouthWall ; /* Lights */ -+ OnOffControl, Fixture ++ RoomPartItem, OnOffControl, Fixture 'small luminous switch/light/lights' 'small luminous switch' "It's a small luminous switch on the wall." + specialNominalRoomPartLocation = defaultSouthWall isListed = true brightness = 1 @@ -60,11 +62,12 @@ orangeRoom: DarkRoom /* Content */ -+ Decoration ++ RoomPartItem, Decoration 'orange digits/number' 'orange number' " Orange, huge and neat digits without additional explanation." + specialNominalRoomPartLocation = defaultNorthWall ; + orangeBed: Bed, Heavy