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
This commit is contained in:
DirtySanchez 2017-10-19 21:21:12 -05:00
parent a2724cf3d7
commit df3a7a3731

View File

@ -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
{