diff --git a/Resources/Prototypes/Entities/Structures/Storage/Crates/base_structurecrates.yml b/Resources/Prototypes/Entities/Structures/Storage/Crates/base_structurecrates.yml index acf4fd2149..403e20b43c 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/Crates/base_structurecrates.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/Crates/base_structurecrates.yml @@ -78,6 +78,7 @@ - type: entity parent: CrateGeneric id: CrateBaseWeldable + noSpawn: true components: - type: Weldable - type: ResistLocker @@ -85,6 +86,7 @@ - type: entity parent: CrateBaseWeldable id: CrateBaseSecure + suffix: Secure components: - type: Lock - type: LockVisuals diff --git a/Resources/migration.yml b/Resources/migration.yml index 4591a44e5d..227184fe6f 100644 --- a/Resources/migration.yml +++ b/Resources/migration.yml @@ -223,3 +223,6 @@ SolarAssemblyPart: SolarAssemblyFlatpack AmePart: AmePartFlatpack AmePartStealObjective: AmePartFlatpackStealObjective Observationskit: null + +# 2024-02-26 +CrateBaseWeldable: CrateGenericSteel