diff --git a/Resources/Prototypes/Entities/Structures/Storage/barrels.yml b/Resources/Prototypes/Entities/Structures/Storage/barrels.yml index 0cbbb2ede8..31ea98f1c8 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/barrels.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/barrels.yml @@ -99,9 +99,21 @@ - type: Sprite sprite: Structures/Storage/barrels.rsi state: red-closed + - type: SolutionContainerManager + solutions: + barrel: + reagents: + - ReagentId: WeldingFuel + Quantity: 100 + - type: DamageOnToolInteract + tools: + - Welding + weldingDamage: + types: + Heat: 10 - type: Explosive explosionType: Default - totalIntensity: 120 # ~ 5 tile radius + totalIntensity: 90 - type: entity parent: BaseBarrel @@ -190,7 +202,7 @@ barrel: reagents: - ReagentId: WeldingFuel - Quantity: 500 + Quantity: 100 - type: DamageOnToolInteract tools: - Welding @@ -199,7 +211,7 @@ Heat: 10 - type: Explosive explosionType: Default - totalIntensity: 120 # ~ 5 tile radius + totalIntensity: 90 - type: entity parent: YellowBarrelOpen diff --git a/Resources/Prototypes/Entities/Structures/Wallmount/wallmounts.yml b/Resources/Prototypes/Entities/Structures/Wallmount/wallmounts.yml index 9946e6b2db..fade9a2e67 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmount/wallmounts.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmount/wallmounts.yml @@ -21,7 +21,7 @@ - type: ContainerContainer containers: stash: !type:ContainerSlot {} - - type: PottedPlantHide # TODO: This needs changed to be generic stash hide? + - type: SecretStash - type: entity parent: WallmountVent