From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Wed, 26 Mar 2025 15:34:17 +0000 (+0100) Subject: Fix faction icons for paradox clones (#35910) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=f838e6730da0c5d891116eb441e0a817dab45676;p=space-station-14.git Fix faction icons for paradox clones (#35910) * fix nukie icon * add revs to cloning pod again --- diff --git a/Content.Server/GameTicking/Rules/Components/ParadoxCloneRuleComponent.cs b/Content.Server/GameTicking/Rules/Components/ParadoxCloneRuleComponent.cs index d0d3c1e9db..143659748a 100644 --- a/Content.Server/GameTicking/Rules/Components/ParadoxCloneRuleComponent.cs +++ b/Content.Server/GameTicking/Rules/Components/ParadoxCloneRuleComponent.cs @@ -14,7 +14,7 @@ public sealed partial class ParadoxCloneRuleComponent : Component /// Cloning settings to be used. /// [DataField] - public ProtoId Settings = "BaseClone"; + public ProtoId Settings = "Antag"; /// /// Visual effect spawned when gibbing at round end. diff --git a/Resources/Prototypes/Entities/Mobs/Player/clone.yml b/Resources/Prototypes/Entities/Mobs/Player/clone.yml index 38040f7cdf..fa634f4774 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/clone.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/clone.yml @@ -4,6 +4,8 @@ # The datafields of the components are only shallow copied using CopyComp. # Subscribe to CloningEvent instead if that is not enough. +# for basic traits etc. +# used by the random clone spawner - type: cloningSettings id: BaseClone components: @@ -61,13 +63,16 @@ - HumanoidAppearance # will cause problems for downstream felinids getting cloned as Urists - VirtualItem +# all antagonist roles - type: cloningSettings id: Antag parent: BaseClone components: - HeadRevolutionary - Revolutionary + - NukeOperative +# for cloning pods - type: cloningSettings id: CloningPod parent: Antag