]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
[Bugfix] Lizard smite fix (#39842)
authorPrincess Cheeseballs <66055347+Princess-Cheeseballs@users.noreply.github.com>
Sun, 24 Aug 2025 13:34:56 +0000 (06:34 -0700)
committerGitHub <noreply@github.com>
Sun, 24 Aug 2025 13:34:56 +0000 (09:34 -0400)
Fix

Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
Content.Server/Polymorph/Systems/PolymorphSystem.cs

index aabc0366cd6998bf68f3cd7deb1d4b4e9f239747..ee7fdf2b22cfbd9e987626cee2bb1771df1784e0 100644 (file)
@@ -259,7 +259,7 @@ public sealed partial class PolymorphSystem : EntitySystem
 
         if (configuration.TransferHumanoidAppearance)
         {
-            _humanoid.CloneAppearance(uid, child);
+            _humanoid.CloneAppearance(child, uid);
         }
 
         if (_mindSystem.TryGetMind(uid, out var mindId, out var mind))