mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
Replaced last occurences of gc_destroyed by qdeleted().
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user