mirror of
https://github.com/acemod/ACE3.git
synced 2025-07-26 05:12:54 +00:00
Correct RHS_AFRF SPG-9 Offset
This commit is contained in:
@ -36,6 +36,11 @@ class CfgWeapons {
|
||||
EGVAR(overpressure,offset) = -1.8;
|
||||
};
|
||||
|
||||
class RocketPods;
|
||||
class rhs_weap_SPG9: RocketPods {
|
||||
EGVAR(overpressure,offset) = -1.2;
|
||||
};
|
||||
|
||||
// Vehicle cannons, forward-facing overpressure
|
||||
|
||||
class rhs_weap_d81;
|
||||
|
Reference in New Issue
Block a user