From 81f202749143d1c0ee8c83120dd55688851ae6c8 Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Sun, 24 Nov 2013 18:54:13 -0600 Subject: [PATCH] plot deed fixes --- SQF/dayz_code/Configs/CfgMagazines.hpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/SQF/dayz_code/Configs/CfgMagazines.hpp b/SQF/dayz_code/Configs/CfgMagazines.hpp index d1ff6c7a2..17b88148b 100644 --- a/SQF/dayz_code/Configs/CfgMagazines.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines.hpp @@ -288,13 +288,15 @@ 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 Crafting + class ItemActions + { + class Crafting { text = "Craft Plot Pole"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; @@ -303,6 +305,7 @@ class CfgMagazines { output[] = {{"30m_plot_kit",1}}; input[] = {{"ItemPlotDeed",1},{"ItemGoldBar10oz",2}}; }; + }; };