mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-11 10:02:24 +00:00
Fixes a bug with Changeling Regenerative Stasis
Changelings who initiated the stasis while they were alive and were 'killed' during the waiting period for regenerative readiness will now regenerate properly.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
if(user.stat == DEAD)
|
||||
dead_mob_list -= user
|
||||
living_mob_list |= user
|
||||
user.stat = CONSCIOUS
|
||||
|
||||
user.setToxLoss(0)
|
||||
user.setOxyLoss(0)
|
||||
user.setCloneLoss(0)
|
||||
@@ -63,6 +63,9 @@
|
||||
IO.damage = 0
|
||||
IO.trace_chemicals = list()
|
||||
H.updatehealth()
|
||||
|
||||
user.stat = CONSCIOUS
|
||||
|
||||
to_chat(user, "<span class='notice'>We have regenerated.</span>")
|
||||
|
||||
user.regenerate_icons()
|
||||
|
||||
Reference in New Issue
Block a user