* fix nukie icon
* add revs to cloning pod again
/// 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.
# 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