broma-arma / BromA-Framework-A3-Addon

The addon version of the BromA Framework for ArmA 3.
5 stars 9 forks source link

_M4A1 has values of _M4A1GL (broma-weapon-list.sqf) #188

Closed rundabollen closed 2 weeks ago

rundabollen commented 2 years ago

https://github.com/broma-arma/BromA-Framework-A3-Addon/blob/1482e89ff910d9cf945bbd13d4a604c003e23abc/loadouts/content/broma-weapon-list.sqf#L630

_M4A1 = ["RH_m4a1_ris_m203",_30rnd556,_40mm];

_M4A1GL = ["RH_m4a1_ris_m203",_30rnd556,_40mm]; I assume _M4A1 is really supposed to be rhs_weap_m4a1_carryhandle.

Royallle commented 2 years ago

We should just delete any RH primary weapon reference apart from the handguns. The _M4A1 is overwritten with RHS classnames a couple of lines down in the weapon list.

rundabollen commented 2 years ago

Oh shit lmao. It's actually Robert Hammer and not RHS, I mentally added an S because it being Robert Hammer was just unthinkable 😂

rundabollen commented 2 years ago

Better fixed through big overhaul.

Coryf88 commented 2 years ago

Going to keep this open, so it's not forgotten about.

Coryf88 commented 2 weeks ago

Fixed in f76059f4ffece50145a85309b792ecbffccd8ca3