Removes simple_animal entirely.

This commit is contained in:
Neerti
2018-10-24 05:20:59 -04:00
parent acebc4ef7b
commit c97c3e7391
29 changed files with 134 additions and 220 deletions
+1 -1
View File
@@ -498,7 +498,7 @@
for(var/thing in holder.selected_mobs)
var/mob/living/unit = thing
var/datum/ai_holder/AI = unit.ai_holder
AI.give_destination(T, pa.Find("shift"))
AI.give_destination(T, 1, pa.Find("shift"))
to_chat(user, span("notice", "Commanded [holder.selected_mobs.len] mob\s to move to \the [T]."))