From 325d467ac580f9bba7741eebf333314469bf821a Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Sat, 13 Aug 2022 18:45:25 +0100 Subject: [PATCH] Update mirror.dm --- code/game/objects/structures/mirror.dm | 1 + 1 file changed, 1 insertion(+) 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)