enrage fixes (#30012)

This commit is contained in:
kyunkyunkyun
2025-08-12 15:54:32 +00:00
committed by GitHub
parent a5c2080c9d
commit 03ada8da33
2 changed files with 3 additions and 2 deletions
@@ -675,7 +675,7 @@ Difficulty: Hard
/mob/living/simple_animal/hostile/megafauna/bubblegum/round_2/Life(seconds, times_fired)
. = ..()
if(!istype(get_area(src), /area/ruin/space/bubblegum_arena))
if(stat != DEAD && !istype(get_area(src), /area/ruin/space/bubblegum_arena))
for(var/obj/effect/landmark/spawner/bubblegum/B in GLOB.landmarks_list)
forceMove(get_turf(B))
break