From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Mon, 26 Feb 2024 22:56:41 +0000 (-0600) Subject: Cleans up base crates for mapping clarity (#25618) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=2efad4f3c57dc9265f8960634500c05648e06d77;p=space-station-14.git Cleans up base crates for mapping clarity (#25618) * Cleans up base crates for mapping clarity * migration --------- Co-authored-by: Jeff --- 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