gc tweaks

This commit is contained in:
Edan52
2021-07-14 01:00:27 +01:00
parent 712721fbc6
commit e81cfee52a
4 changed files with 8 additions and 0 deletions
+4
View File
@@ -59,6 +59,10 @@
SetCollectBehavior()
/mob/living/simple_animal/hostile/mining_drone/Destroy()
QDEL_NULL(stored_gun)
return ..()
/mob/living/simple_animal/hostile/mining_drone/emp_act(severity)
adjustHealth(100 / severity)
to_chat(src, "<span class='userdanger'>NOTICE: EMP detected, systems damaged!</span>")