Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit e26830b

Browse files
committed
Update thrall_tumor.dm
1 parent d8ef6b9 commit e26830b

File tree

1 file changed

+1
-1
lines changed
  • yogstation/code/modules/antagonists/darkspawn/darkspawn_objects

1 file changed

+1
-1
lines changed

yogstation/code/modules/antagonists/darkspawn/darkspawn_objects/thrall_tumor.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
qdel(src)
3535
else
3636
organ_health = min(organ_health+0.5, 3)
37-
if(owner.stat != DEAD && antag_team)
37+
if(owner && owner.stat != DEAD && antag_team)
3838
antag_team.willpower_progress(willpower_amount)
3939

4040
/obj/item/organ/shadowtumor/on_find(mob/living/finder)

0 commit comments

Comments
 (0)