Fixes AI bumping (#20077)

This commit is contained in:
Joan Lung
2016-08-26 14:11:20 +12:00
committed by oranges
parent b4925612a9
commit 5188bc7a69
+2 -1
View File
@@ -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