From b8a32b43c9404f4a56dd5e52cc6e0a3d0d6dd95f Mon Sep 17 00:00:00 2001 From: Florian Kinder Date: Fri, 31 Jan 2014 20:44:15 +0100 Subject: [PATCH] save buttons ... --- SQF/dayz_code/Configs/CfgMagazines.hpp | 32 -------------------------- 1 file changed, 32 deletions(-) diff --git a/SQF/dayz_code/Configs/CfgMagazines.hpp b/SQF/dayz_code/Configs/CfgMagazines.hpp index e848adb11..d2c27e862 100644 --- a/SQF/dayz_code/Configs/CfgMagazines.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines.hpp @@ -1742,38 +1742,6 @@ class CfgMagazines { }; }; - class Quiver : CA_Magazine - { - scope = public; - ammo = "WoodenArrow"; - count = 6; - descriptionshort = "Small Quiver used with the Crossbow, Max arrows 6."; - displayname = "Quiver"; - initSpeed = 150; - model = "\z\addons\dayz_communityassets\models\quiver"; - picture = "\z\addons\dayz_communityassets\pictures\equip_quiver_ca.paa"; - }; - - class WoodenArrow : CA_Magazine { - scope = public; - displayName = "Arrow"; //$STR_MAG_NAME_3; - model = "\dayz_weapons\models\bolt_gear"; - picture = "\z\addons\dayz_communityassets\pictures\equip_warrow_ca.paa"; - ammo = "WoodenArrow"; - count = 1; - initSpeed = 150; - descriptionShort = "Arrow made out of wood, used with the Crossbow."; //$STR_MAG_DESC_3; - - class ItemActions { - class ReloadMag { - text = "Combine into Quiver"; - script = "spawn player_reloadMag;"; - use[] = {"WoodenArrow","WoodenArrow","WoodenArrow","WoodenArrow","WoodenArrow","WoodenArrow"}; - output[] = {"Quiver"}; - }; - }; - }; - // Food #include "CfgMagazines\Food.hpp" #include "CfgMagazines\DZE\Food.hpp"