Fix faction icons for paradox clones (#35910)

* fix nukie icon

* add revs to cloning pod again
This commit is contained in:
slarticodefast
2025-03-26 16:34:17 +01:00
committed by GitHub
parent e066dd3abe
commit f838e6730d
2 changed files with 6 additions and 1 deletions

View 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.

View 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:
@@ -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