Fix faction icons for paradox clones (#35910)
* fix nukie icon * add revs to cloning pod again
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user