From 9cda39bc7343186d78d405a9f56ea3bd4262c4f8 Mon Sep 17 00:00:00 2001 From: PartingGlass <45202681+TobyThorne@users.noreply.github.com> Date: Fri, 31 May 2024 21:01:41 +0500 Subject: [PATCH] fix(changeling): transformation caused height discrepancies --- code/game/dna/dna2_helpers.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/dna/dna2_helpers.dm b/code/game/dna/dna2_helpers.dm index 0426fc2d253..6ad1a871ac5 100644 --- a/code/game/dna/dna2_helpers.dm +++ b/code/game/dna/dna2_helpers.dm @@ -159,6 +159,7 @@ H.update_eyes() H.update_hair() H.update_facial_hair() + H.update_transform() return 1 else