Grenades - Change damage from M14 incendiary grenade (#9992)

Doubled damage from M14 incendiary grenade
This commit is contained in:
johnb432 2024-05-22 22:08:09 +02:00 committed by GitHub
parent 052f1c95a3
commit c03e08e51b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -153,7 +153,7 @@ class CfgAmmo {
class ACE_G_M14: SmokeShell {
GVAR(incendiary) = 1;
model = QPATHTOF(models\ace_anm14th3_armed.p3d);
hit = 5;
hit = 10;
indirectHit = 4;
indirectHitRange = 1.1;
dangerRadiusHit = 50;