diff options
| author | Mittendrein Markus <maxmitti@gmx.net> | 2016-03-04 21:41:06 +0100 |
|---|---|---|
| committer | Mittendrein Markus <maxmitti@gmx.net> | 2016-03-04 21:41:06 +0100 |
| commit | fce4a5a7b6f4c8464466500fe2c182f41cc8842f (patch) | |
| tree | cdc688b708d63b82a43f4948dcdb0cce5e89f880 /TemplePushing.c4s/Modes.c4d/MagicalPushing.c4d/Script.c | |
| parent | cee4b395cbf28b0dc531fbb71bd9bc3ba2904e25 (diff) | |
| download | tempelschubsen-fce4a5a7b6f4c8464466500fe2c182f41cc8842f.tar.gz tempelschubsen-fce4a5a7b6f4c8464466500fe2c182f41cc8842f.zip | |
Fix spawnpoint definitions of magic mode
Diffstat (limited to 'TemplePushing.c4s/Modes.c4d/MagicalPushing.c4d/Script.c')
| -rw-r--r-- | TemplePushing.c4s/Modes.c4d/MagicalPushing.c4d/Script.c | 2 |
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)]; } |
