From 10abee5e67129a95dc70eebaac72d1e776a278de Mon Sep 17 00:00:00 2001 From: Azaezel Date: Mon, 19 May 2014 10:18:46 -0500 Subject: [PATCH] Fix for issue #660 with stated preferred decal. (The more complex example of the two possible.) --- Templates/Full/game/art/datablocks/weapons/grenadefx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Templates/Full/game/art/datablocks/weapons/grenadefx.cs b/Templates/Full/game/art/datablocks/weapons/grenadefx.cs index 473cd81b8..2db50a5bd 100644 --- a/Templates/Full/game/art/datablocks/weapons/grenadefx.cs +++ b/Templates/Full/game/art/datablocks/weapons/grenadefx.cs @@ -893,7 +893,7 @@ datablock ProjectileData(GrenadeLauncherProjectile) explosion = GrenadeLauncherExplosion; waterExplosion = GrenadeLauncherWaterExplosion; - decal = ExpBlastDecal; + decal = ScorchRXDecal; splash = GrenadeSplash; particleEmitter = GrenadeProjSmokeTrailEmitter;