artillery - Add New Mission Type and Change Ammo Audio - #852
Merged
Conversation
lambdatiger
marked this pull request as ready for review
March 12, 2026 22:39
PabstMirror
approved these changes
Mar 14, 2026
PabstMirror
reviewed
Aug 30, 2026
| ] | ||
| ], _holdGuns] call CBA_fnc_targetEvent; | ||
| }; | ||
| case ARTILLERY_MISSIONTYPE_SLOW_QUICK_LAZY_WALK: { |
Contributor
There was a problem hiding this comment.
help[L-S52]: Duplicate case `11` in switch statement
┌─ addons/artillery/functions/fnc_beginMission.sqf:203:10
│
177 │ case ARTILLERY_MISSIONTYPE_QUICK_LAZY_WALK: {
│ -------------------------------------- first case here
·
203 │ case ARTILLERY_MISSIONTYPE_SLOW_QUICK_LAZY_WALK: {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ duplicate case
so I think this should be ARTILLERY_MISSIONTYPE_SLOW_QUICK_LAZY_BARRAGE?
Contributor
Author
There was a problem hiding this comment.
not the barrage there, I think the two cases can be collapsed into each other, but I'll look.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR: