Skip to content

Commit

Permalink
Dunno
Browse files Browse the repository at this point in the history
  • Loading branch information
Furrior committed Sep 16, 2023
1 parent 71a0269 commit 9bf3059
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modular_ss220/maps220/code/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,15 @@
addtimer(CALLBACK(src, TYPE_PROC_REF(/mob/living/carbon/human, resurrect)), rand(80 SECONDS, 120 SECONDS))

/mob/living/carbon/human/proc/resurrect()
// Stolen from ling stasis
revive()
updatehealth("Immortality")
update_blind_effects()
update_blurry_effects()
regenerate_icons()
update_revive()
med_hud_set_status()
med_hud_set_health()
REMOVE_TRAIT(src, TRAIT_REVIVAL_IN_PROGRESS, "Immortality")
to_chat(src, span_notice("You have regenerated."))
visible_message(span_warning("[src] appears to wake from the dead, having healed all wounds"))
Expand Down

0 comments on commit 9bf3059

Please sign in to comment.