diff --git a/Content.Shared/Humanoid/SharedHumanoidAppearanceSystem.cs b/Content.Shared/Humanoid/SharedHumanoidAppearanceSystem.cs index b31abbda32..2669089650 100644 --- a/Content.Shared/Humanoid/SharedHumanoidAppearanceSystem.cs +++ b/Content.Shared/Humanoid/SharedHumanoidAppearanceSystem.cs @@ -146,7 +146,7 @@ public abstract class SharedHumanoidAppearanceSystem : EntitySystem public void CloneAppearance(EntityUid source, EntityUid target, HumanoidAppearanceComponent? sourceHumanoid = null, HumanoidAppearanceComponent? targetHumanoid = null) { - if (!Resolve(source, ref sourceHumanoid) || !Resolve(target, ref targetHumanoid)) + if (!Resolve(source, ref sourceHumanoid, false) || !Resolve(target, ref targetHumanoid, false)) return; targetHumanoid.Species = sourceHumanoid.Species; diff --git a/Resources/Prototypes/Polymorphs/polymorph.yml b/Resources/Prototypes/Polymorphs/polymorph.yml index ad1c52cf28..531a6a8d8b 100644 --- a/Resources/Prototypes/Polymorphs/polymorph.yml +++ b/Resources/Prototypes/Polymorphs/polymorph.yml @@ -178,7 +178,6 @@ entity: MobLizard forced: true transferName: true - transferHumanoidAppearance: true inventory: None revertOnDeath: true revertOnCrit: true @@ -190,7 +189,6 @@ entity: MobLuminousPerson forced: true transferName: true - transferHumanoidAppearance: true inventory: None revertOnDeath: true revertOnCrit: true