Skip to content

Commit

Permalink
stomach fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapu1178 committed Aug 7, 2024
1 parent 17471e5 commit 1b65338
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/surgery/organs/stomach/_stomach.dm
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,11 @@
return ..()

/obj/item/organ/stomach/set_organ_dead(failing)
. = ..()
if(!.)
return

if(organ_flags & ORGAN_DEAD && owner)
if((organ_flags & ORGAN_DEAD) && owner)
reagents.end_metabolization(owner)

/obj/item/organ/stomach/on_life(delta_time, times_fired)
Expand Down

0 comments on commit 1b65338

Please sign in to comment.