mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix M69 Grenade UBC in RHS Compat
This commit is contained in:
parent
c042703786
commit
b731232719
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user