mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
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:
parent
a2724cf3d7
commit
df3a7a3731
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user