mirror of
https://github.com/He4eT/yet-another-experiment.git
synced 2026-05-05 00:57:22 +00:00
Fixture is a parent for Decoration
This commit is contained in:
parent
dd1407a707
commit
082cb1dbd3
5 changed files with 7 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
advertisingDisplay: Decoration, Fixture
|
advertisingDisplay: Decoration
|
||||||
'bright lcd screen/display/monitor'
|
'bright lcd screen/display/monitor'
|
||||||
'bright lcd display'
|
'bright lcd display'
|
||||||
" Huge and bright display mounted on the wall.
|
" Huge and bright display mounted on the wall.
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
+ whitePanels: MultiLoc, Decoration, Fixture
|
+ whitePanels: MultiLoc, Decoration
|
||||||
'(wall) white matte panel*panels'
|
'(wall) white matte panel*panels'
|
||||||
'white panels'
|
'white panels'
|
||||||
"The basis of the local interior."
|
"The basis of the local interior."
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ cyanRoom: Room
|
||||||
"}
|
"}
|
||||||
;
|
;
|
||||||
|
|
||||||
+ Decoration, Fixture
|
+ Decoration
|
||||||
'central square area/outline'
|
'central square area/outline'
|
||||||
'square outline'
|
'square outline'
|
||||||
" The central square area on the floor
|
" The central square area on the floor
|
||||||
|
|
|
||||||
|
|
@ -6,19 +6,19 @@ orangeBathroom: Room
|
||||||
east = orangeRoom
|
east = orangeRoom
|
||||||
;
|
;
|
||||||
|
|
||||||
+ Decoration, Fixture
|
+ Decoration
|
||||||
'shower cabine'
|
'shower cabine'
|
||||||
'shower cabine'
|
'shower cabine'
|
||||||
"It's a minimalistic shower cabine."
|
"It's a minimalistic shower cabine."
|
||||||
;
|
;
|
||||||
|
|
||||||
+ Decoration, Fixture
|
+ Decoration
|
||||||
'toilet'
|
'toilet'
|
||||||
'toilet'
|
'toilet'
|
||||||
"An ordinary toilet."
|
"An ordinary toilet."
|
||||||
;
|
;
|
||||||
|
|
||||||
+ Decoration, Fixture
|
+ Decoration
|
||||||
'faucet sink'
|
'faucet sink'
|
||||||
'sink'
|
'sink'
|
||||||
"There's a water faucet and a small sink."
|
"There's a water faucet and a small sink."
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ pinkRoom: Room
|
||||||
east = cyanRoom
|
east = cyanRoom
|
||||||
;
|
;
|
||||||
|
|
||||||
+ Decoration, Fixture, RoomPartItem
|
+ Decoration, RoomPartItem
|
||||||
'keycard reader'
|
'keycard reader'
|
||||||
'keycard reader'
|
'keycard reader'
|
||||||
"Small security device without any visible indicators."
|
"Small security device without any visible indicators."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue