mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Add fire places directly from wooden logs
This commit is contained in:
@@ -10,6 +10,12 @@ class ItemLog : CA_Magazine
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class Build {
|
||||
text = $STR_ACTIONS_MAKEFIRE;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemMatchbox"};
|
||||
create = "Land_Fire_DZ";
|
||||
};
|
||||
class Crafting
|
||||
{
|
||||
text = $STR_BLD_craft_ItemLog;//"Wooden Plank"
|
||||
|
||||
Reference in New Issue
Block a user