Paradox Clones receive the implants the original has (#35906)
* copy implants to paradox clones * Minor fixes --------- Co-authored-by: beck-thompson <beck314159@hotmail.com>
This commit is contained in:
@@ -36,6 +36,18 @@ public sealed partial class CloningSettingsPrototype : IPrototype, IInheritingPr
|
||||
[DataField]
|
||||
public SlotFlags? CopyEquipment = SlotFlags.All;
|
||||
|
||||
/// <summary>
|
||||
/// Whether or not to copy slime storage and storage implant contents.
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public bool CopyInternalStorage = true;
|
||||
|
||||
/// <summary>
|
||||
/// Whether or not to copy implants.
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public bool CopyImplants = true;
|
||||
|
||||
/// <summary>
|
||||
/// Whitelist for the equipment allowed to be copied.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user