فهرست منبع

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

Azaezel 11 سال پیش
والد
کامیت
10abee5e67
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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;