From 22bf973e58d2f28ae37d7f7e5ce78e7683ae9091 Mon Sep 17 00:00:00 2001 From: Nicaragua Date: Sun, 27 Jan 2019 02:35:56 -0300 Subject: [PATCH] added red colour of light when emagged. You dont want to be near when that happens --- code/modules/mob/living/simple_animal/bot/griefsky.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/simple_animal/bot/griefsky.dm b/code/modules/mob/living/simple_animal/bot/griefsky.dm index 05d1de6b683..8e0ccecbc59 100644 --- a/code/modules/mob/living/simple_animal/bot/griefsky.dm +++ b/code/modules/mob/living/simple_animal/bot/griefsky.dm @@ -165,6 +165,7 @@ Auto Patrol: []"}, audible_message("[src] buzzes oddly!") declare_arrests = 0 icon_state = "[base_icon][on]" + light_color = LIGHT_COLOR_PURE_RED /mob/living/simple_animal/bot/griefsky/UnarmedAttack(atom/A) //when controlled by a player if(!on)