Fixes mimic death() (#3551)

* Fixes mimic death()

I'm pretty sure this is not correctly done.

* This is broken too.
This commit is contained in:
Spades
2017-07-04 16:51:08 -05:00
committed by Anewbe
parent da84a50569
commit 9846f9169d
2 changed files with 2 additions and 2 deletions
@@ -57,7 +57,7 @@
ion_trail.set_up(src)
ion_trail.start()
/mob/living/simple_animal/malf_drone/Process_Spacemove(var/check_drift = 0)
/mob/living/simple_animal/hostile/malf_drone/Process_Spacemove(var/check_drift = 0)
return 1
//self repair systems have a chance to bring the drone back to life
@@ -43,7 +43,7 @@
if(.)
audible_emote("growls at [.]")
/mob/living/simple_animal/mimic/death()
/mob/living/simple_animal/hostile/mimic/death()
..()
qdel(src)