Skip to content

Commit

Permalink
Gottheit can revive dead internal organs
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorDinamit committed Jul 20, 2023
1 parent 4fd2592 commit 6158a2c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,8 @@
if(ishuman(M))
var/mob/living/carbon/human/H = M
for(var/obj/item/organ/internal/I in H.internal_organs)
if((I.status & ORGAN_DEAD) && prob(25))
I.revive()
if(!BP_IS_ROBOTIC(I))
I.heal_damage(20 * removed)
for(var/obj/item/organ/external/E in H.organs)
Expand Down

0 comments on commit 6158a2c

Please sign in to comment.