mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 23:29:10 +01:00
[MIRROR] Dna, Bodyrecord, Xenochi Revive Refactor (#11038)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com> Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Will
Cameron Lennox
parent
48b3e8f772
commit
75e167a92f
@@ -151,9 +151,9 @@
|
||||
if(comp.revive_ready >= 1) // if it's not reviving, start doing so
|
||||
comp.revive_ready = REVIVING_READY // overrides the normal cooldown
|
||||
H.visible_message(span_info("[H] shudders briefly, then relaxes, faint movements stirring within."))
|
||||
H.chimera_regenerate()
|
||||
comp.chimera_regenerate()
|
||||
else if(comp.revive_ready == REVIVING_DONE)// already reviving, check if they're ready to hatch
|
||||
H.chimera_hatch()
|
||||
comp.chimera_hatch()
|
||||
H.visible_message(span_danger(span_huge("[H] violently convulses and then bursts open, revealing a new, intact copy in the pool of viscera."))) // Hope you were wearing waterproofs, doc...
|
||||
H.adjustBrainLoss(10) // they're reviving from dead, so take 10 brainloss
|
||||
else //they're already reviving but haven't hatched. Give a little message to tell them to wait.
|
||||
|
||||
Reference in New Issue
Block a user