mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
plot deed fixes
This commit is contained in:
@@ -288,12 +288,14 @@ class CfgMagazines {
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "A Plot Deed"; // TODO: localize
|
||||
displayName = "Plot Deed"; // TODO: localize
|
||||
model = "\z\addons\dayz_epoch\models\doc_generic.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_doc_generic_ca.paa";
|
||||
descriptionShort = "Deed to a plot of land, similar to a plot pole."; // TODO: localize
|
||||
weight = 0.1;
|
||||
sfx = "document";
|
||||
class ItemActions
|
||||
{
|
||||
class Crafting
|
||||
{
|
||||
text = "Craft Plot Pole";
|
||||
@@ -303,6 +305,7 @@ class CfgMagazines {
|
||||
output[] = {{"30m_plot_kit",1}};
|
||||
input[] = {{"ItemPlotDeed",1},{"ItemGoldBar10oz",2}};
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user