mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
New variable for match stick counting
This commit is contained in:
@@ -298,7 +298,7 @@ class ItemFuelBarrelEmpty: ItemFuelBarrel
|
||||
text = $STR_EPOCH_PLAYER_276;
|
||||
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem; r_action_count = r_action_count + 1;";
|
||||
neednearby[] = {};
|
||||
requiretools[] = {"ItemToolbox","ItemMatchbox_DZE"};
|
||||
requiretools[] = {"ItemToolbox","ItemMatchbox"};
|
||||
output[] = {{"ItemFireBarrel_kit",1}};
|
||||
input[] = {{"ItemFuelBarrelEmpty",1},{"ItemJerryCan",1},{"PartWoodPile",4}};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user