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:
slarticodefast
2025-03-18 06:21:56 +01:00
committed by GitHub
parent 95055b43bf
commit 6c46fe5307
3 changed files with 56 additions and 1 deletions

View File

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