summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/Modes.c4d/MagicalPushing.c4d/Script.c
blob: a174e285269c55b2d0b96e28f45e39005772088e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*-- Magical --*/

#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)]; }