Zimmermann Gyula
2015-07-30 02:33:49 +02:00
parent ab1c7ebb09
commit befdac8237
9 changed files with 4 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
mods/ra/bits/thunder1.aud Normal file

Binary file not shown.

BIN
mods/ra/bits/thunder2.aud Normal file

Binary file not shown.

BIN
mods/ra/bits/thunder3.aud Normal file

Binary file not shown.

BIN
mods/ra/bits/thunder4.aud Normal file

Binary file not shown.

BIN
mods/ra/bits/thunder5.aud Normal file

Binary file not shown.

View File

@@ -152,9 +152,12 @@ Tick = function()
local delay = Utils.RandomInteger(1, 10)
Effect.Flash("LightningStrike", delay)
Trigger.AfterDelay(delay, function()
Media.PlaySound("thunder.aud")
Media.PlaySound("thunder" .. Utils.RandomInteger(1,6) .. ".aud")
end)
end
if (Utils.RandomInteger(1, 200) == 10) then
Media.PlaySound("thunder-ambient.aud")
end
end
WorldLoaded = function()