removed config redundancy

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

View File

@ -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";
};
};