Replaced last occurences of gc_destroyed by qdeleted().

This commit is contained in:
Menshin
2016-03-05 01:58:56 +01:00
parent 4b683584c8
commit 9afe050025
29 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -153,7 +153,7 @@
awakening = 1
spawn(30)
if(!gc_destroyed)
if(!qdeleted(src))
var/mob/living/simple_animal/hostile/killertomato/K = new /mob/living/simple_animal/hostile/killertomato(get_turf(src.loc))
K.maxHealth += round(endurance / 3)
K.melee_damage_lower += round(potency / 10)