From 592290f69e4f9ae61b138c487252dc3b6d49a331 Mon Sep 17 00:00:00 2001 From: He-Man Date: Fri, 27 Oct 2017 15:55:43 +0200 Subject: [PATCH] Added missing prices / Itemsorts --- Sources/epoch_config/Configs/CfgItemSort.hpp | 9 +++++++ Sources/epoch_config/Configs/CfgPricing.hpp | 28 ++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/Sources/epoch_config/Configs/CfgItemSort.hpp b/Sources/epoch_config/Configs/CfgItemSort.hpp index f6b61132..23b0100c 100644 --- a/Sources/epoch_config/Configs/CfgItemSort.hpp +++ b/Sources/epoch_config/Configs/CfgItemSort.hpp @@ -939,6 +939,7 @@ class CfgItemSort "RabbitCarcass_EPOCH", "SheepCarcass_EPOCH", "SnakeCarcass_EPOCH", + "ItemBakedBeans", "krypto_candy_epoch", "bluburger_epoch", "redburger_epoch", @@ -949,6 +950,14 @@ class CfgItemSort }; Drink[] = { + "water_epoch", + "clean_water_epoch", + "ItemCanteen_Empty", + "ItemCanteen_Dirty", + "ItemCanteen_Clean", + "ItemBottlePlastic_Empty", + "ItemBottlePlastic_Dirty", + "ItemBottlePlastic_Clean", "WhiskeyNoodle", "FoodWalkNSons", "ItemSodaOrangeSherbet", diff --git a/Sources/epoch_config/Configs/CfgPricing.hpp b/Sources/epoch_config/Configs/CfgPricing.hpp index 29dff6f3..c66d25c3 100644 --- a/Sources/epoch_config/Configs/CfgPricing.hpp +++ b/Sources/epoch_config/Configs/CfgPricing.hpp @@ -2004,6 +2004,10 @@ class CfgPricing { price = 25; }; + class ItemBakedBeans + { + price = 3; + }; class krypto_candy_epoch { price = 3; @@ -2052,6 +2056,30 @@ class CfgPricing { price = 10; }; + class ItemCanteen_Empty + { + price = 8; + }; + class ItemCanteen_Dirty + { + price = 10; + }; + class ItemCanteen_Clean + { + price = 12; + }; + class ItemBottlePlastic_Empty + { + price = 6; + }; + class ItemBottlePlastic_Dirty + { + price = 8; + }; + class ItemBottlePlastic_Clean + { + price = 10; + }; class FAK { price = 3;