summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/Sections.c4d/SectCaveTemple.c4d/Script.c
diff options
context:
space:
mode:
Diffstat (limited to 'TemplePushing.c4s/Sections.c4d/SectCaveTemple.c4d/Script.c')
-rw-r--r--TemplePushing.c4s/Sections.c4d/SectCaveTemple.c4d/Script.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/TemplePushing.c4s/Sections.c4d/SectCaveTemple.c4d/Script.c b/TemplePushing.c4s/Sections.c4d/SectCaveTemple.c4d/Script.c
index 3e2c3e3..c7637f1 100644
--- a/TemplePushing.c4s/Sections.c4d/SectCaveTemple.c4d/Script.c
+++ b/TemplePushing.c4s/Sections.c4d/SectCaveTemple.c4d/Script.c
@@ -16,18 +16,7 @@ protected func Initialize()
if (ambienceEnabled)
{
- // Fog
- for (var i; i < 300; ++i)
- {
- CreateParticle("Fog", Random(LandscapeWidth()), Random(LandscapeHeight()) + 500, RandomX(3, 9), 0, RandomX(1000, 1500));
- }
-
- // Rain
- if (mode != MODE_Festive) AddEffect("Rain", 0, 20, 1);
-
- // Create sun and lenseflare
- CreateObject(SONE, 0, 0, NO_OWNER);
- CreateObject(LENS, 0, 0, NO_OWNER);
+ // Ambiente!?
}
if (mode == MODE_Apocalyptic)