Refactors hostile mob code, unsnowflakes bears, panthers, and snakes

Also fixes some bee stuff.
This commit is contained in:
TheDZD
2016-04-07 22:31:59 -04:00
parent bb1caa4eea
commit 341034e37d
16 changed files with 135 additions and 332 deletions

View File

@@ -730,7 +730,7 @@
if(istype(I, /obj/item/weapon/weldingtool))
var/obj/item/weapon/weldingtool/W = I
if(W.welding && !stat)
if(stance != HOSTILE_STANCE_IDLE)
if(AIStatus == AI_ON)
to_chat(user, "<span class='info'>[src] is moving around too much to repair!</span>")
return
if(maxHealth == health)
@@ -1061,4 +1061,4 @@
return ..()
C.preserved = 1
to_chat(user, "<span class='notice'>You inject the hivelord core with the stabilizer. It will no longer go inert.</span>")
qdel(src)
qdel(src)