From f78e044226bbe00a2e93b2cabc1a495c2143f6a9 Mon Sep 17 00:00:00 2001 From: SkyMarshal Date: Tue, 3 Jan 2012 12:09:02 -0700 Subject: [PATCH] Tweaked electrical storms --- code/game/events/Events/ElectricalStorm.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/game/events/Events/ElectricalStorm.dm b/code/game/events/Events/ElectricalStorm.dm index cc008ecc232..dbaf669326d 100644 --- a/code/game/events/Events/ElectricalStorm.dm +++ b/code/game/events/Events/ElectricalStorm.dm @@ -6,7 +6,7 @@ list/obj/machinery/light/Doors = list( ) Announce() - Lifetime = rand(60, 300) + Lifetime = rand(90, 300) command_alert("The ship is flying through an electrical storm. Radio communications may be disrupted", "Anomaly Alert") for (var/datum/radio_frequency/Freq in radio_controller.frequencies) @@ -43,7 +43,7 @@ if(Door.z == 1) Doors += Door - sleep(rand(20,100)) + sleep(rand(70,180)) var/picked = 0 var/list/SafeTemp = list() @@ -61,7 +61,7 @@ command_alert("The radio frequency [SafeFreq/10] has been identified as stable despite the interference.", "Station Central Computer System") Tick() - for(var/x = 0; x < 4; x++) + for(var/x = 0; x < 3; x++) if (prob(30)) BlowLight() if (prob(10))