Added UpdateAppearance() to changeling revive in order to prevent rapid-onset alopecia totalis. (#12448)

This commit is contained in:
Pidgey
2019-09-29 13:36:42 -07:00
committed by variableundefined
parent d1df9e0d3e
commit 2ea17f832c
@@ -57,6 +57,7 @@
user.update_blind_effects()
user.update_blurry_effects()
user.mind.changeling.regenerating = FALSE
user.UpdateAppearance() //Ensures that the user's appearance matches their DNA.
to_chat(user, "<span class='notice'>We have regenerated.</span>")