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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/TemplePushing.c4s/Modes.c4d/MagicalPushing.c4d/Script.c b/TemplePushing.c4s/Modes.c4d/MagicalPushing.c4d/Script.c
index a174e28..655af9a 100644
--- a/TemplePushing.c4s/Modes.c4d/MagicalPushing.c4d/Script.c
+++ b/TemplePushing.c4s/Modes.c4d/MagicalPushing.c4d/Script.c
@@ -7,7 +7,7 @@ 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 SpawnpointDefinitions() { return IIf(suddendeathEnabled, [[SCRL, 19]], [[SCRL, 19], [GBLT, 1]]); }
func SpawnpointInterval() { return 750; }
func Gamma() { return [RGB(5, 5, 10), RGB(80, 80, 150), RGB(200, 200, 255)]; }