From df67a35bc76e612495877aa4b76526232d4bc39f Mon Sep 17 00:00:00 2001 From: ebaydayz Date: Sun, 21 Aug 2016 13:48:23 -0400 Subject: [PATCH] Add new AN2 skins to trader --- .../CfgServerTrader/Category/NeutralAirplanes.hpp | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralAirplanes.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralAirplanes.hpp index 6c73ed713..614d573eb 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralAirplanes.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralAirplanes.hpp @@ -19,7 +19,17 @@ class Category_517 { buy[] = {4,"ItemGoldBar10oz"}; sell[] = {2,"ItemGoldBar10oz"}; }; - class AN2_DZ { + class AN2_DZ { //Green + type = "trade_any_vehicle"; + buy[] = {4,"ItemGoldBar10oz"}; + sell[] = {2,"ItemGoldBar10oz"}; + }; + class AN2_2_DZ { //Red and white + type = "trade_any_vehicle"; + buy[] = {4,"ItemGoldBar10oz"}; + sell[] = {2,"ItemGoldBar10oz"}; + }; + class An2_2_TK_CIV_EP1_DZ { //Green and white type = "trade_any_vehicle"; buy[] = {4,"ItemGoldBar10oz"}; sell[] = {2,"ItemGoldBar10oz"};