Skip to content

Commit 2a140e0

Browse files
[X_LIB] Fixed issue where artillery was not able to fire German 'NB' smoke shells
1 parent f9da906 commit 2a140e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/x_lib/functions/config/fnc_isMagazineOfOrdnanceType.sqf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ marceldev89
2525
---------------------------------------------------------------------------- */
2626

2727
#define HE_SUBSTRINGS ["Mo_shells", "he", "HE"];
28-
#define SMOKE_SUBSTRINGS ["Mo_smoke", "smoke", "Smoke","smokeshell","SmokeShell"];
28+
#define SMOKE_SUBSTRINGS ["Mo_smoke", "smoke", "Smoke","smokeshell","SmokeShell","NB","nb"];
2929
#define PHOS_SUBSTRINGS ["wp", "WP"];
3030
#define GUIDED_SUBSTRINGS ["Mo_guided"];
3131
#define CLUSTER_SUBSTRINGS ["Mo_Cluster"];

0 commit comments

Comments
 (0)