Perhaps fixes the revive bug. (#1691)

This commit is contained in:
Neerti
2016-05-18 20:41:21 -04:00
committed by Datraen
parent c15dd72442
commit 174229f4b2
@@ -37,7 +37,7 @@
H.status_flags -= DISFIGURED
H.update_body(1)
C << "<span class='notice'>We have regenerated.</span>"
C.status_flags &= ~(FAKEDEATH)
C.status_flags &= ~FAKEDEATH
C.update_canmove()
C.mind.changeling.purchased_powers -= C
feedback_add_details("changeling_powers","CR")