mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Added missing prices / Itemsorts
This commit is contained in:
parent
e9e9a5602c
commit
592290f69e
@ -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",
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user