From 2d05e410fe725fa847a064c042b36e2e3cd3b08f Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Wed, 4 Oct 2017 13:45:41 -0400 Subject: [PATCH] Makes ion storms not emag bots Because fuck that --- code/game/gamemodes/events.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/gamemodes/events.dm b/code/game/gamemodes/events.dm index 0169cd3f002..bb9a12e60ba 100644 --- a/code/game/gamemodes/events.dm +++ b/code/game/gamemodes/events.dm @@ -349,12 +349,12 @@ Would like to add a law like "Law x is _______" where x = a number, and _____ is M << "THE STATION IS [who2pref] [who2]...LAWS UPDATED" M << "
" M.add_ion_law("THE STATION IS [who2pref] [who2]") - +/* //VOREStation Edit if(botEmagChance) for(var/mob/living/bot/bot in machines) if(prob(botEmagChance)) bot.emag_act(1) - +*/ //VOREStation Edit /* var/apcnum = 0