Skip to content

Commit

Permalink
I lied one more
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwertytoforty committed Nov 23, 2024
1 parent 66f9687 commit 8dea360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/surgery/organs/augments_internal.dm
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@
var/mob/living/carbon/human/H = owner
for(var/obj/item/organ/internal/I in H.internal_organs)
I.receive_damage(10, TRUE)
H.blood_volume *= 0.8
H.blood_volume *= 0.85
revive_cost += 10 MINUTES // Additional 10 minutes cooldown after revival.
owner.SetLoseBreath(0) //Reset the heart attack losebreath of hell
owner.set_heartattack(FALSE)
Expand Down

0 comments on commit 8dea360

Please sign in to comment.