From c210a7d165cc837b7810fddfe016ba75e10880a1 Mon Sep 17 00:00:00 2001 From: Hitlinemoss <209321380+Hitlinemoss@users.noreply.github.com> Date: Tue, 2 Dec 2025 11:43:43 -0500 Subject: [PATCH] Minor cleanup of crowbars.yml (#41672) * Minor cleanup of crowbars.yml * Or, not and * I think the CrowbarRed tag actually is used for belt sprite stuff? Removing a code comment calling it a legacy tag. --- .../Prototypes/Entities/Objects/Tools/crowbars.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Tools/crowbars.yml b/Resources/Prototypes/Entities/Objects/Tools/crowbars.yml index 8655d53fb6..d9f519d6d8 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/crowbars.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/crowbars.yml @@ -1,8 +1,9 @@ - type: entity - name: crowbar + abstract: true parent: BaseItem id: BaseCrowbar - abstract: true + name: crowbar + description: A multipurpose tool used for many tasks, such as prying doors or bludgeoning interdimensional invaders. components: - type: EmitSoundOnLand sound: @@ -46,7 +47,6 @@ - type: entity parent: BaseCrowbar id: Crowbar - description: A multipurpose tool to pry open doors and fight interdimensional invaders. components: - type: Sprite state: icon @@ -57,10 +57,8 @@ # Emergency (red) Crowbar - type: entity - name: emergency crowbar parent: BaseCrowbar id: CrowbarRed - description: An emergency crowbar designed to pry open doors and firelocks during power outages. components: - type: Tag tags: @@ -95,7 +93,6 @@ - type: entity parent: BaseCrowbar id: CrowbarGreen - description: A multipurpose tool to pry open doors and fight interdimensional invaders, printed from an autolathe. components: - type: Sprite layers: @@ -126,7 +123,6 @@ - type: entity parent: BaseCrowbar id: CrowbarOrange - description: A multipurpose tool to pry open doors and fight interdimensional invaders, found in toolboxes. components: - type: Sprite layers: @@ -157,7 +153,6 @@ - type: entity parent: BaseCrowbar id: CrowbarYellow - description: A multipurpose tool to pry open doors and fight interdimensional invaders, dispensed from Engineering. components: - type: Sprite layers: -- 2.52.0