From 7dd2dcb63c84f8a1432445fc574d5e2684366439 Mon Sep 17 00:00:00 2001 From: He4eT Date: Mon, 11 Nov 2019 03:04:12 +0500 Subject: [PATCH] MultiLoc decorations --- experiment.t | 2 ++ src/item/whitePanels.t | 12 ++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 src/item/whitePanels.t diff --git a/experiment.t b/experiment.t index 0935ec2..046043f 100644 --- a/experiment.t +++ b/experiment.t @@ -41,6 +41,8 @@ gameMain: GameMainDef ";} ; +#include "src/item/whitePanels.t" + #include "src/room/orangeRoom.t" #include "src/room/orangeBathroom.t" diff --git a/src/item/whitePanels.t b/src/item/whitePanels.t new file mode 100644 index 0000000..99b3336 --- /dev/null +++ b/src/item/whitePanels.t @@ -0,0 +1,12 @@ ++ whitePanels: MultiLoc, Decoration, Fixture + '(wall) white matte panel*panels' + 'white panels' + "The basis of the local interior." + + locationList = [ + orangeRoom, + orangeBathroom, + yellowRoom, + cyanRoom + ] +;