diff --git a/Resources/Prototypes/Catalog/Fills/Items/toolboxes.yml b/Resources/Prototypes/Catalog/Fills/Items/toolboxes.yml index 8044af1e58..c89b76b997 100644 --- a/Resources/Prototypes/Catalog/Fills/Items/toolboxes.yml +++ b/Resources/Prototypes/Catalog/Fills/Items/toolboxes.yml @@ -6,6 +6,8 @@ components: - type: StorageFill contents: + - name: CrowbarRed + amount: 1 - name: ClothingMaskBreath amount: 2 - name: FoodSnackChocolate diff --git a/Resources/Prototypes/Entities/Objects/Tools/tools.yml b/Resources/Prototypes/Entities/Objects/Tools/tools.yml index c80a13ac27..794faebc20 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/tools.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/tools.yml @@ -90,6 +90,7 @@ state: icon - type: Item sprite: Objects/Tools/crowbar.rsi + size: 15 - type: ItemCooldown - type: MeleeWeapon - type: Tool @@ -109,6 +110,7 @@ state: icon - type: Item sprite: Objects/Tools/crowbar_red.rsi + size: 5 - type: ItemCooldown - type: MeleeWeapon - type: Tool