[s] Fixes an issue with bubblegum (#23027)

* no we do NOT need you getting into the admin room THANK YOU

* give it a break
This commit is contained in:
Qwertytoforty
2023-10-25 16:46:59 -04:00
committed by GitHub
parent 3388035c12
commit 55d696b593
@@ -646,3 +646,10 @@ Difficulty: Hard
for(var/mob/living/carbon/human/H in range(20))
to_chat(H, "<span class='colossus'><b>I WILL END YOU HERE AND NOW!</b></span>")
FindTarget(list(H), 1)
/mob/living/simple_animal/hostile/megafauna/bubblegum/round_2/Life(seconds, times_fired)
. = ..()
if(!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