fixes bubblegum phase 2 hardmode visual not going away (#23986)

This commit is contained in:
Qwertytoforty
2024-02-06 18:25:40 +00:00
committed by GitHub
parent 81200da9ce
commit ffdccb9383
@@ -140,8 +140,8 @@ Difficulty: Hard
var/mob/living/carbon/human/H = target
H.apply_status_effect(STATUS_EFFECT_BUBBLEGUM_CURSE, src)
if(second_life)
H.clear_fullscreen("bubblegum")
H.overlay_fullscreen("bubblegum", /obj/screen/fullscreen/fog, 2)
H.clear_fullscreen("Bubblegum")
H.overlay_fullscreen("Bubblegum", /obj/screen/fullscreen/fog, 2)
/mob/living/simple_animal/hostile/megafauna/bubblegum/death(gibbed)