summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/Modes.c4d/MagicalPushing.c4d/Script.c
diff options
context:
space:
mode:
Diffstat (limited to 'TemplePushing.c4s/Modes.c4d/MagicalPushing.c4d/Script.c')
-rw-r--r--TemplePushing.c4s/Modes.c4d/MagicalPushing.c4d/Script.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/TemplePushing.c4s/Modes.c4d/MagicalPushing.c4d/Script.c b/TemplePushing.c4s/Modes.c4d/MagicalPushing.c4d/Script.c
index 3b6d66b..a174e28 100644
--- a/TemplePushing.c4s/Modes.c4d/MagicalPushing.c4d/Script.c
+++ b/TemplePushing.c4s/Modes.c4d/MagicalPushing.c4d/Script.c
@@ -2,4 +2,12 @@
#strict 2
+static const MODE_Magic = MLPG;
+
protected func Activate(int player) { MessageWindow(GetDesc(), player); }
+
+func ModeName() { return "$ModeName$"; }
+func SpawnpointDefinitions() { return IIf(suddendeathEnabled, [[SCRL, 19]], [[TSWB, 7], [SCRL, 5], [ICE1, 3]]); }
+func SpawnpointInterval() { return 750; }
+
+func Gamma() { return [RGB(5, 5, 10), RGB(80, 80, 150), RGB(200, 200, 255)]; }