mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Rename plot pole from "30m_plot_kit" to "plot_pole_kit"
Sanity change since the plot pole is not fixed at 30 meters and is configurable.
This commit is contained in:
@@ -288,7 +288,7 @@ class ItemPlotDeed: CA_Magazine {
|
||||
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
|
||||
neednearby[] = {"workshop"};
|
||||
requiretools[] = {"ItemToolbox"};
|
||||
output[] = {{"30m_plot_kit",1}};
|
||||
output[] = {{"plot_pole_kit",1}};
|
||||
input[] = {{"ItemPlotDeed",1},{"ItemGoldBar10oz",2}};
|
||||
};
|
||||
};
|
||||
@@ -407,4 +407,4 @@ class ItemBloodbag: CA_Magazine
|
||||
script = "spawn player_useMeds;";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user