Makes cling and smuta transforms update your sec HUD (#15085)

This commit is contained in:
Farie82
2020-12-11 20:27:07 +01:00
committed by GitHub
parent 9dfb8b43c6
commit 3a0cf40ca0
3 changed files with 18 additions and 17 deletions
@@ -221,14 +221,7 @@
var/mob/living/carbon/human/H = M
var/datum/dna/D = data["dna"]
if(!D.species.is_small)
H.set_species(D.species.type, retain_damage = TRUE)
H.dna = D.Clone()
H.real_name = D.real_name
domutcheck(H, null, MUTCHK_FORCED)
H.dna.UpdateSE()
H.dna.UpdateUI()
H.sync_organ_dna(TRUE)
H.UpdateAppearance()
H.change_dna(D, TRUE, TRUE)
return ..()