mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
add bwc class name for orange chemlight (#6717)
This commit is contained in:
parent
25c10e8cf6
commit
26786f93a9
@ -108,6 +108,13 @@ class CfgMagazines {
|
||||
picture = QPATHTOF(UI\ace_chemlight_ultrahiorange_x_ca.paa);
|
||||
};
|
||||
|
||||
// Backwards compatibility
|
||||
// has been removed in v3.12.4
|
||||
class ACE_Chemlight_HiOrange: ACE_Chemlight_UltraHiOrange {
|
||||
author = ECSTRING(common,ACETeam);
|
||||
scope = 1;
|
||||
scopeArsenal = 1;
|
||||
};
|
||||
|
||||
class ACE_Chemlight_IR: Chemlight_Green {
|
||||
ACE_Attachable = "ACE_Chemlight_IR_Dummy";
|
||||
|
Loading…
Reference in New Issue
Block a user