-
Notifications
You must be signed in to change notification settings - Fork 738
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use correct TransportX type for ace items #5168
Conversation
addons/grenades/CfgVehicles.hpp
Outdated
MACRO_ADDITEM(ACE_HandFlare_Red,12); | ||
MACRO_ADDITEM(ACE_M84,12); | ||
class TransportMagazines { | ||
MACRO_ADDMAGAZINE(ACE_HandFlare_White,12); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Were these intentionally changed to white and green?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No I had just copied the top set, thanks for catching
addons/grenades/CfgVehicles.hpp
Outdated
MACRO_ADDITEM(ACE_HandFlare_Green,12); | ||
MACRO_ADDITEM(ACE_M84,12); | ||
class TransportMagazines { | ||
MACRO_ADDMAGAZINE(ACE_HandFlare_White,12); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similar here
lgtm, but what was the point again? |
I dunno, #5068 said it broke a script |
Think it's for consistency with vanilla |
Fix #5068
As far as I can tell arma can handle the wrong entries.
This does seem to put he mine detectors at the top of the "misc items" box, but I noticed no other changes.