Browse Source

Fix for issue #660 with stated preferred decal. (The more complex example of the two possible.)

Azaezel 11 years ago
parent
commit
10abee5e67
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Templates/Full/game/art/datablocks/weapons/grenadefx.cs

+ 1 - 1
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;