Merge pull request #3128 from acemod/rhs-m69-UBCfix

Fix M69 Grenade UBC in RHS Compat
This commit is contained in:
Thomas Kooi 2016-01-07 10:04:15 +01:00
commit 45986c0efa

View File

@ -139,7 +139,8 @@ class CfgAmmo
ace_frag_skip = 1;
ace_frag_force = 0;
};
class rhs_ammo_m69: GrenadeHand {
class GrenadeHand_stone;
class rhs_ammo_m69: GrenadeHand_stone {
ace_frag_enabled = 0;
ace_frag_skip = 1;
ace_frag_force = 0;