From 3d0d6f4975986c99226a25901f51b963ee5cf379 Mon Sep 17 00:00:00 2001 From: Mittendrein Markus Date: Tue, 8 Mar 2016 22:04:59 +0100 Subject: Colorize decorative crystals in the cloud temple in apocalyptic mode --- TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/Script.c | 2 ++ TemplePushing.c4s/Environment.c4d/LargeCrystal.c4d/Script.c | 2 ++ 2 files changed, 4 insertions(+) (limited to 'TemplePushing.c4s/Environment.c4d') diff --git a/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/Script.c b/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/Script.c index cae886c..b057205 100644 --- a/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/Script.c +++ b/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/Script.c @@ -11,3 +11,5 @@ func Set(int phase, int size, int rotation, int dir, int color) SetDir(dir); SetClrModulation(color); } + +func IsDecorativeCrystal() { return true; } diff --git a/TemplePushing.c4s/Environment.c4d/LargeCrystal.c4d/Script.c b/TemplePushing.c4s/Environment.c4d/LargeCrystal.c4d/Script.c index 40ad2ac..b6789ef 100644 --- a/TemplePushing.c4s/Environment.c4d/LargeCrystal.c4d/Script.c +++ b/TemplePushing.c4s/Environment.c4d/LargeCrystal.c4d/Script.c @@ -20,3 +20,5 @@ public func Activate() { return SetAction("Active"); } + +func IsDecorativeCrystal() { return true; } -- cgit v1.2.3-54-g00ecf