summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/Script.c
blob: 6ed5738f9b9a5ccb52ec53e434292927486200a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*-- Apocalyptic Mode --*/

#strict 2

static const MODE_Apocalyptic = APCE;

protected func Activate(int player) { MessageWindow(GetDesc(), player); }

func Initialize()
{
	AddEffect("CreateTeraFlints", 0, 20, 90);
	AddEffect("ShakeScreen", 0, 20, 50);
	AddEffect("Bottom", 0, 20, 2);
	AddEffect("SkyAdjust", 0, 20, 1);
}

func ModeName() { return "$ModeName$"; }
func NoSpawnpoints() { return true; }
func NoCorpses() { return true; }
func AmbienceSounds() { return [["ExtremeAmbience.ogg", 75]]; }