From 2efad4f3c57dc9265f8960634500c05648e06d77 Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Mon, 26 Feb 2024 16:56:41 -0600 Subject: [PATCH] Cleans up base crates for mapping clarity (#25618) * Cleans up base crates for mapping clarity * migration --------- Co-authored-by: Jeff --- .../Structures/Storage/Crates/base_structurecrates.yml | 2 ++ Resources/migration.yml | 3 +++ 2 files changed, 5 insertions(+) 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 -- 2.52.0