This commit is contained in:
He4eT 2020-03-22 04:17:16 +05:00
commit 8bf8044e42
3 changed files with 31 additions and 16 deletions

View file

@ -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
View 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
]
;

View file

@ -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
]
;