This commit is contained in:
ZomgPonies
2013-12-06 14:23:07 -05:00
+2 -2
View File
@@ -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()