mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +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 ItemActions
|
||||||
{
|
{
|
||||||
|
class Build {
|
||||||
|
text = $STR_ACTIONS_MAKEFIRE;
|
||||||
|
script = "spawn player_build;";
|
||||||
|
require[] = {"ItemMatchbox"};
|
||||||
|
create = "Land_Fire_DZ";
|
||||||
|
};
|
||||||
class Crafting
|
class Crafting
|
||||||
{
|
{
|
||||||
text = $STR_BLD_craft_ItemLog;//"Wooden Plank"
|
text = $STR_BLD_craft_ItemLog;//"Wooden Plank"
|
||||||
|
|||||||
Reference in New Issue
Block a user