From cd82756bfd65111cd2c4538a6228e5d46c8e2632 Mon Sep 17 00:00:00 2001 From: Justin Trotter Date: Thu, 24 Nov 2022 00:01:50 -0600 Subject: [PATCH] fueltanks can explode when shot with lethal bullets/pellets (#12513) --- .../Structures/Storage/Tanks/base_structuretanks.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Storage/Tanks/base_structuretanks.yml b/Resources/Prototypes/Entities/Structures/Storage/Tanks/base_structuretanks.yml index d876d25dfcb07d..2fcdb360639cb5 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/Tanks/base_structuretanks.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/Tanks/base_structuretanks.yml @@ -32,6 +32,13 @@ behaviors: - !type:SolutionExplosionBehavior solution: tank + - trigger: + !type:DamageTypeTrigger + damageType: Piercing + damage: 5 + behaviors: + - !type:SolutionExplosionBehavior + solution: tank - trigger: !type:DamageTrigger damage: 10