]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix faction icons for paradox clones (#35910)
authorslarticodefast <161409025+slarticodefast@users.noreply.github.com>
Wed, 26 Mar 2025 15:34:17 +0000 (16:34 +0100)
committerGitHub <noreply@github.com>
Wed, 26 Mar 2025 15:34:17 +0000 (16:34 +0100)
* fix nukie icon

* add revs to cloning pod again

Content.Server/GameTicking/Rules/Components/ParadoxCloneRuleComponent.cs
Resources/Prototypes/Entities/Mobs/Player/clone.yml

index d0d3c1e9db780cdc6596d428c7df5d9eab9782ca..143659748a4a5f15a5aadef1c5fb63dc9c215cd6 100644 (file)
@@ -14,7 +14,7 @@ public sealed partial class ParadoxCloneRuleComponent : Component
     ///     Cloning settings to be used.
     /// </summary>
     [DataField]
-    public ProtoId<CloningSettingsPrototype> Settings = "BaseClone";
+    public ProtoId<CloningSettingsPrototype> Settings = "Antag";
 
     /// <summary>
     ///     Visual effect spawned when gibbing at round end.
index 38040f7cdfa54a82785ef317ea7becb003d7544b..fa634f4774b3fc9df2e4280cab65e1840c72a801 100644 (file)
@@ -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:
     - 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