@@ -43,43 +43,50 @@ class CfgMagazines {
43
43
44
44
class SmokeShell ;
45
45
class CLASS (SmokeShell_Training): SmokeShell {
46
- displayName = " M83 Smoke Shell (White, Training)" ;
46
+ displayName = " M83T Smoke Grenade (White)" ;
47
+ displayNameShort = " White (Training)" ;
47
48
ammo = QCLASS (SmokeShell_Training_Ammo);
48
49
};
49
50
50
51
class SmokeShellGreen ;
51
52
class CLASS (SmokeShellGreen_Training): SmokeShellGreen {
52
- displayName = " M18 Smoke Shell (Green, Training)" ;
53
+ displayName = " M18T Smoke Grenade (Green)" ;
54
+ displayNameShort = " Green (Training)" ;
53
55
ammo = QCLASS (SmokeShellGreen_Training_Ammo);
54
56
};
55
57
56
58
class SmokeShellRed ;
57
59
class CLASS (SmokeShellRed_Training): SmokeShellRed {
58
- displayName = " M18 Smoke Shell (Red, Training)" ;
60
+ displayName = " M18T Smoke Grenade (Red)" ;
61
+ displayNameShort = " Red (Training)" ;
59
62
ammo = QCLASS (SmokeShellRed_Training_Ammo);
60
63
};
61
64
62
65
class SmokeShellYellow ;
63
66
class CLASS (SmokeShellYellow_Training): SmokeShellYellow {
64
- displayName = " M18 Smoke Shell (Yellow, Training)" ;
67
+ displayName = " M18T Smoke Grenade (Yellow)" ;
68
+ displayNameShort = " Yellow (Training)" ;
65
69
ammo = QCLASS (SmokeShellYellow_Training_Ammo);
66
70
};
67
71
68
72
class SmokeShellPurple ;
69
73
class CLASS (SmokeShellPurple_Training): SmokeShellPurple {
70
- displayName = " M18 Smoke Shell (Purple, Training)" ;
74
+ displayName = " M18T Smoke Grenade (Purple)" ;
75
+ displayNameShort = " Purple (Training)" ;
71
76
ammo = QCLASS (SmokeShellPurple_Training_Ammo);
72
77
};
73
78
74
79
class SmokeShellBlue ;
75
80
class CLASS (SmokeShellBlue_Training): SmokeShellBlue {
76
- displayName = " M18 Smoke Shell (Blue, Training)" ;
81
+ displayName = " M18T Smoke Grenade (Blue)" ;
82
+ displayNameShort = " Blue (Training)" ;
77
83
ammo = QCLASS (SmokeShellBlue_Training_Ammo);
78
84
};
79
85
80
86
class SmokeShellOrange ;
81
87
class CLASS (SmokeShellOrange_Training): SmokeShellOrange {
82
- displayName = " M18 Smoke Shell (Orange, Training)" ;
88
+ displayName = " M18T Smoke Grenade (Orange)" ;
89
+ displayNameShort = " Orange (Training)" ;
83
90
ammo = QCLASS (SmokeShellOrange_Training_Ammo);
84
91
};
85
92
};
0 commit comments