Skip to content

Commit

Permalink
Gottheit revives dead organs instead of removing status flag
Browse files Browse the repository at this point in the history
Need it this way due to icons and processing
  • Loading branch information
EgorDinamit committed Jul 20, 2023
1 parent 6158a2c commit 86eb738
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@
if(E.status & ORGAN_BROKEN)
E.status &= ~ORGAN_BROKEN
if(E.status & ORGAN_DEAD)
E.status &= ~ORGAN_DEAD
E.revive()

// Remove all diseases
for(var/datum/disease/D in M.diseases)
Expand Down

0 comments on commit 86eb738

Please sign in to comment.