mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +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}};
|
||||
};
|
||||
|
||||
@@ -60,7 +60,7 @@ class PartWoodPile : CA_Magazine
|
||||
class Build {
|
||||
text = $STR_EPOCH_PLAYER_241;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemMatchbox_DZE"};
|
||||
require[] = {"ItemMatchbox"};
|
||||
create = "Land_Fire_DZ";
|
||||
};
|
||||
class Crafting
|
||||
|
||||
Reference in New Issue
Block a user