mirror of
https://github.com/He4eT/yet-another-experiment.git
synced 2026-05-05 00:57:22 +00:00
interior
This commit is contained in:
parent
dde3a8d84f
commit
8bf8044e42
3 changed files with 31 additions and 16 deletions
|
|
@ -47,7 +47,7 @@ gameMain: GameMainDef
|
|||
#include "src/action/repair.t"
|
||||
|
||||
#include "src/item/_bandage.t"
|
||||
#include "src/item/whitePanels.t"
|
||||
#include "src/item/interior.t"
|
||||
|
||||
/* rooms */
|
||||
|
||||
|
|
|
|||
30
src/item/interior.t
Normal file
30
src/item/interior.t
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
MultiLoc, Decoration
|
||||
'(wall) white matte panel*panels'
|
||||
'white panels'
|
||||
"The basis of the local interior."
|
||||
|
||||
locationList = [
|
||||
orangeRoom,
|
||||
orangeBathroom,
|
||||
yellowRoom,
|
||||
cyanRoom,
|
||||
pinkRoom,
|
||||
redRoom,
|
||||
blackRoom
|
||||
]
|
||||
;
|
||||
|
||||
MultiLoc, Decoration
|
||||
'neon lamp*lamps'
|
||||
'neon lamps'
|
||||
"Ordinary neon lamps emit cold light. "
|
||||
|
||||
locationList = [
|
||||
orangeRoom,
|
||||
orangeBathroom,
|
||||
yellowRoom,
|
||||
cyanRoom,
|
||||
pinkRoom,
|
||||
redRoom
|
||||
]
|
||||
;
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
+ whitePanels: MultiLoc, Decoration
|
||||
'(wall) white matte panel*panels'
|
||||
'white panels'
|
||||
"The basis of the local interior."
|
||||
|
||||
locationList = [
|
||||
orangeRoom,
|
||||
orangeBathroom,
|
||||
yellowRoom,
|
||||
cyanRoom,
|
||||
pinkRoom,
|
||||
redRoom,
|
||||
blackRoom
|
||||
]
|
||||
;
|
||||
Loading…
Add table
Add a link
Reference in a new issue