From eb3b68e24a1ba51c1aa687143300f18142d78f4f Mon Sep 17 00:00:00 2001 From: reaperrr Date: Tue, 19 Sep 2017 20:07:05 +0200 Subject: [PATCH] Fix DepthCharge not showing an explosion when hitting emerged subs --- mods/ra/weapons/ballistics.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ra/weapons/ballistics.yaml b/mods/ra/weapons/ballistics.yaml index 02d1b5038d..cc6c4fc9b9 100644 --- a/mods/ra/weapons/ballistics.yaml +++ b/mods/ra/weapons/ballistics.yaml @@ -207,4 +207,4 @@ DepthCharge: Warhead@3Eff: CreateEffect Explosions: small_explosion ImpactSounds: kaboom15.aud - ValidTargets: Underwater + ValidTargets: Ship, Underwater