mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 10:33:30 +01:00
Merge branch 'master' of https://github.com/ZomgPonies/Paradise
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user