mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Bleed Rejuvenate Fix (#10981)
This commit is contained in:
@@ -431,14 +431,7 @@ This function completely restores a damaged organ to perfect condition.
|
||||
*/
|
||||
/obj/item/organ/external/rejuvenate()
|
||||
damage_state = "00"
|
||||
src.status &= ~ORGAN_BROKEN
|
||||
src.status &= ~ORGAN_BLEEDING
|
||||
src.status &= ~ORGAN_SPLINTED
|
||||
src.status &= ~ORGAN_CUT_AWAY
|
||||
src.status &= ~ORGAN_DESTROYED
|
||||
src.status &= ~ORGAN_DEAD
|
||||
src.status &= ~ORGAN_MUTATED
|
||||
src.status &= ~ORGAN_SPLINTED
|
||||
status &= ~ORGAN_DAMAGE_STATES
|
||||
perma_injury = 0
|
||||
brute_dam = 0
|
||||
burn_dam = 0
|
||||
|
||||
Reference in New Issue
Block a user