mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Grenades - Change damage from M14 incendiary grenade (#9992)
Doubled damage from M14 incendiary grenade
This commit is contained in:
parent
052f1c95a3
commit
c03e08e51b
@ -153,7 +153,7 @@ class CfgAmmo {
|
|||||||
class ACE_G_M14: SmokeShell {
|
class ACE_G_M14: SmokeShell {
|
||||||
GVAR(incendiary) = 1;
|
GVAR(incendiary) = 1;
|
||||||
model = QPATHTOF(models\ace_anm14th3_armed.p3d);
|
model = QPATHTOF(models\ace_anm14th3_armed.p3d);
|
||||||
hit = 5;
|
hit = 10;
|
||||||
indirectHit = 4;
|
indirectHit = 4;
|
||||||
indirectHitRange = 1.1;
|
indirectHitRange = 1.1;
|
||||||
dangerRadiusHit = 50;
|
dangerRadiusHit = 50;
|
||||||
|
Loading…
Reference in New Issue
Block a user