diff --git a/code/modules/events/ion_storm.dm b/code/modules/events/ion_storm.dm index 1565f00986f..38637d2f9e9 100644 --- a/code/modules/events/ion_storm.dm +++ b/code/modules/events/ion_storm.dm @@ -1,7 +1,7 @@ //This file was auto-corrected by findeclaration.exe on 29/05/2012 15:03:04 /datum/event/ionstorm - var/botEmagChance = 10 + var/botEmagChance = 20 var/list/players = list() /datum/event/ionstorm/announce() @@ -49,7 +49,7 @@ target.add_ion_law(law) /datum/event/ionstorm/tick() - if (botEmagChance && activeFor%20) + if (botEmagChance && !(activeFor%50)) for(var/obj/machinery/bot/bot in world) if(prob(botEmagChance)) bot.Emag()