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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user