From e0ae00b254dd81d2425b10970934a39d371840bb Mon Sep 17 00:00:00 2001 From: CaelAislinn Date: Mon, 2 Jan 2012 16:05:08 +1000 Subject: [PATCH] reduced electrical storm epicentre radius to 10, from 25 Signed-off-by: CaelAislinn --- code/game/gamemodes/events.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/events.dm b/code/game/gamemodes/events.dm index 88ebb8f34cf..6945f9c9d82 100644 --- a/code/game/gamemodes/events.dm +++ b/code/game/gamemodes/events.dm @@ -290,7 +290,7 @@ command_alert("Unknown biological entities have been detected near [station_name()], please stand-by.", "Lifesign Alert") world << sound('commandreport.ogg') -/proc/lightsout(isEvent = 0, lightsoutAmount = 1,lightsoutRange = 25) //leave lightsoutAmount as 0 to break ALL lights +/proc/lightsout(isEvent = 0, lightsoutAmount = 1,lightsoutRange = 10) //leave lightsoutAmount as 0 to break ALL lights if(isEvent) command_alert("An Electrical storm has been detected in your area, please repair potential electronic overloads.","Electrical Storm Alert")