mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
enrage fixes (#30012)
This commit is contained in:
@@ -1039,8 +1039,9 @@
|
||||
|
||||
/datum/status_effect/bubblegum_curse/tick()
|
||||
var/mob/living/simple_animal/hostile/megafauna/bubblegum/attacker = locateUID(source_UID)
|
||||
if(!attacker || attacker.loc == null)
|
||||
if(!attacker || attacker.loc == null || attacker.stat == DEAD)
|
||||
qdel(src)
|
||||
return
|
||||
if(attacker.health <= attacker.maxHealth / 2)
|
||||
owner.clear_fullscreen("Bubblegum")
|
||||
owner.overlay_fullscreen("Bubblegum", /atom/movable/screen/fullscreen/stretch/fog, 2)
|
||||
|
||||
Reference in New Issue
Block a user