mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user