Paradox clones get all storage items the original has. (#35838)

* recursive storage copying

* include slime storage

* future proofing

* remove survival box
This commit is contained in:
slarticodefast
2025-03-16 23:02:19 +01:00
committed by GitHub
parent deb3ed3ed2
commit d8ed9fe152
7 changed files with 109 additions and 13 deletions

View File

@@ -34,7 +34,7 @@ public sealed partial class CloningSettingsPrototype : IPrototype, IInheritingPr
/// Disabled when null.
/// </summary>
[DataField]
public SlotFlags? CopyEquipment = SlotFlags.WITHOUT_POCKET;
public SlotFlags? CopyEquipment = SlotFlags.All;
/// <summary>
/// Whitelist for the equipment allowed to be copied.