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