plot deed fixes

This commit is contained in:
[VB]AWOL
2013-11-24 18:54:13 -06:00
parent b065aa9db3
commit 81f2027491

View File

@@ -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}};
};
};
};