1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

removed config redundancy

This commit is contained in:
Kavinsky 2015-04-10 04:00:26 +02:00
parent 999ad49fd0
commit adaee74a57

@ -21,17 +21,14 @@ class CfgMagazines {
};
class Chemlight_blue: Chemlight_green {
ACE_Attachable = 1;
ACE_attachable_effect = "Chemlight_blue";
};
class Chemlight_red: Chemlight_green {
ACE_Attachable = 1;
ACE_attachable_effect = "Chemlight_red";
};
class Chemlight_yellow: Chemlight_green {
ACE_Attachable = 1;
ACE_attachable_effect = "Chemlight_yellow";
};
};