From 5188bc7a693aeaaeb02280be6dac199424c494d2 Mon Sep 17 00:00:00 2001 From: Joan Lung Date: Thu, 25 Aug 2016 22:11:20 -0400 Subject: [PATCH] Fixes AI bumping (#20077) --- code/modules/mob/living/silicon/ai/ai.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/silicon/ai/ai.dm b/code/modules/mob/living/silicon/ai/ai.dm index b1be55cd5a7..1c6a0b6aab1 100644 --- a/code/modules/mob/living/silicon/ai/ai.dm +++ b/code/modules/mob/living/silicon/ai/ai.dm @@ -14,11 +14,12 @@ var/list/ai_list = list() /mob/living/silicon/ai name = "AI" - icon = 'icons/mob/AI.dmi'// + icon = 'icons/mob/AI.dmi' icon_state = "ai" anchored = 1 density = 1 status_flags = CANSTUN|CANPUSH + a_intent = "harm" //so we always get pushed instead of trying to swap force_compose = 1 //This ensures that the AI always composes it's own hear message. Needed for hrefs and job display. sight = SEE_TURFS | SEE_MOBS | SEE_OBJS see_in_dark = 8