From df3a7a3731960ca2b33fcabf187b9a00b45d6db8 Mon Sep 17 00:00:00 2001 From: DirtySanchez Date: Thu, 19 Oct 2017 21:21:12 -0500 Subject: [PATCH] add raw meats saw Axles stream and he couldnt grab a raw meat for the dog. CfgPricing needs to have the entry for the admin menu to show the item --- Sources/epoch_config/Configs/CfgPricing.hpp | 24 +++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/Sources/epoch_config/Configs/CfgPricing.hpp b/Sources/epoch_config/Configs/CfgPricing.hpp index a72fefaa..51ba88e1 100644 --- a/Sources/epoch_config/Configs/CfgPricing.hpp +++ b/Sources/epoch_config/Configs/CfgPricing.hpp @@ -1907,6 +1907,30 @@ class CfgPricing class sweetcorn_epoch { price = 2; + }; + class ChickenCarcass_EPOCH + { + price = 1; + }; + class SnakeCarcass_EPOCH + { + price = 1; + }; + class RabbitCarcass_EPOCH + { + price = 1; + }; + class GoatCarcass_EPOCH + { + price = 1; + }; + class DogCarcass_EPOCH + { + price = 1; + }; + class SheepCarcass_EPOCH + { + price = 1; }; class CookedSheep_EPOCH {