From dcdeba18bbb094fa5af6f7b87cb31959a300912f Mon Sep 17 00:00:00 2001 From: Nicaragua Date: Sun, 10 Feb 2019 20:29:49 -0300 Subject: [PATCH] adds red light when emmaged to be more fair --- code/modules/mob/living/simple_animal/bot/griefsky.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/mob/living/simple_animal/bot/griefsky.dm b/code/modules/mob/living/simple_animal/bot/griefsky.dm index d9e05bb48ca..91eefb65e91 100644 --- a/code/modules/mob/living/simple_animal/bot/griefsky.dm +++ b/code/modules/mob/living/simple_animal/bot/griefsky.dm @@ -40,6 +40,10 @@ /mob/living/simple_animal/bot/secbot/griefsky/back_to_idle() ..() playsound(loc, 'sound/weapons/saberoff.ogg', 50, 1, -1) + +/mob/living/simple_animal/bot/secbot/griefsky/emag_act(mob/user) + ..() + light_color = LIGHT_COLOR_PURE_RED //if you see a red one. RUN!! /mob/living/simple_animal/bot/secbot/griefsky/Crossed(atom/movable/AM) ..()