summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s
diff options
context:
space:
mode:
authorMittendrein Markus <maxmitti@gmx.net>2016-02-14 19:19:46 +0100
committerMittendrein Markus <maxmitti@gmx.net>2016-02-14 19:19:46 +0100
commit6b028f2aef6e0d2996660bf7f9f7b72eeea86042 (patch)
tree34fb43a270e341d7d0500ccfc15c974c6df47730 /TemplePushing.c4s
parent97be09d6ed4935c4558fee4e1776aed963386bff (diff)
downloadtempelschubsen-6b028f2aef6e0d2996660bf7f9f7b72eeea86042.tar.gz
tempelschubsen-6b028f2aef6e0d2996660bf7f9f7b72eeea86042.zip
Disable cave and liquid temple
Diffstat (limited to 'TemplePushing.c4s')
-rw-r--r--TemplePushing.c4s/Sections.c4d/SectCaveTemple.c4d/Script.c4
-rw-r--r--TemplePushing.c4s/Sections.c4d/SectLiquidTemple.c4d/Script.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/TemplePushing.c4s/Sections.c4d/SectCaveTemple.c4d/Script.c b/TemplePushing.c4s/Sections.c4d/SectCaveTemple.c4d/Script.c
index 76876c5..23b896e 100644
--- a/TemplePushing.c4s/Sections.c4d/SectCaveTemple.c4d/Script.c
+++ b/TemplePushing.c4s/Sections.c4d/SectCaveTemple.c4d/Script.c
@@ -2,7 +2,7 @@
#strict 2
-public func SectionName() { return "Cave"; }
+// public func SectionName() { return "Cave"; }
/*
@@ -71,4 +71,4 @@ public func SectionAmbienceSounds()
if (mode == MODE_Festive) return [["FestiveAmbience.ogg", 25]];
else if (mode == MODE_Apocalyptic) return [["ExtremeAmbience.ogg", 75]];
else return [["CaveAmbience.ogg", 50], ["Rain.ogg", 75]];
-} \ No newline at end of file
+}
diff --git a/TemplePushing.c4s/Sections.c4d/SectLiquidTemple.c4d/Script.c b/TemplePushing.c4s/Sections.c4d/SectLiquidTemple.c4d/Script.c
index 9a7bed4..075d112 100644
--- a/TemplePushing.c4s/Sections.c4d/SectLiquidTemple.c4d/Script.c
+++ b/TemplePushing.c4s/Sections.c4d/SectLiquidTemple.c4d/Script.c
@@ -2,7 +2,7 @@
#strict 2
-public func SectionName() { return "LiquidTemple"; }
+// public func SectionName() { return "LiquidTemple"; }
public func SpawnpointLocations() { return [[100, 515], [290, 490], [480, 460], [180, 315], [370, 285], [1440, 515], [1250, 490], [1060, 460], [1360, 315], [1170, 285], [715, 330], [685, 420], [770, 90], [715, 210], [825, 390], [825, 270], [825, 150]]; }