diff --git a/code/game/objects/structures/mirror.dm b/code/game/objects/structures/mirror.dm index 9ff41c4404..ffb48ce633 100644 --- a/code/game/objects/structures/mirror.dm +++ b/code/game/objects/structures/mirror.dm @@ -42,6 +42,7 @@ H.hair_style = new_style H.update_mutant_bodyparts() + H.update_hair() /obj/structure/mirror/examine_status(mob/user) if(broken)