This commit is contained in:
kevinz000
2020-01-19 23:35:30 -07:00
parent 89e204b980
commit c0f8c1e68d
3 changed files with 64 additions and 3 deletions
+3 -3
View File
@@ -18,7 +18,7 @@
icon_state = "ai"
move_resist = MOVE_FORCE_OVERPOWERING
density = TRUE
mobility_flags = NONE
mobility_flags = ALL
status_flags = CANSTUN|CANPUSH
a_intent = INTENT_HARM //so we always get pushed instead of trying to swap
sight = SEE_TURFS | SEE_MOBS | SEE_OBJS
@@ -326,8 +326,8 @@
// AIs are immobile
/mob/living/silicon/ai/update_mobility()
mobility_flags = NONE
return NONE
mobility_flags = ALL
return ALL
/mob/living/silicon/ai/proc/ai_cancel_call()
set category = "Malfunction"