CfgMagazines - still need script tweaks for buldables

This commit is contained in:
icomrade
2016-02-22 13:31:14 -05:00
parent ab2976f98c
commit 8cdc8e6e36
21 changed files with 1757 additions and 482 deletions

View File

@@ -15,7 +15,7 @@ class ItemGenerator : CA_Magazine
{
text = $STR_ACTION_BUILD;
script = "; [_id,'Build'] spawn player_build; r_action_count = r_action_count + 1;";
require[] = {"ItemEtool"};
require[] = {"ItemToolbox"};
consume[] = {"ItemGenerator"};
create = "Generator_DZ";
};