unified ACE_Attachable config entry now ACE_Attachable its a string and hold the effect for the item

This commit is contained in:
Kavinsky
2015-04-10 04:36:28 +02:00
parent b49fec58e6
commit a118cae13d
4 changed files with 13 additions and 16 deletions

View File

@ -4,8 +4,7 @@ class CfgWeapons {
class InventoryItem_Base_F;
class ACE_IR_Strobe_Item: ACE_ItemCore {
ACE_attachable = 1;
ACE_attachable_effect = "ACE_IR_Strobe_Effect";
ACE_attachable = "ACE_IR_Strobe_Effect";
author = "$STR_ACE_Common_ACETeam";
scope = 2;
displayName = "$STR_ACE_IrStrobe_Name";