Added missing prices / Itemsorts

This commit is contained in:
He-Man 2017-10-27 15:55:43 +02:00
parent e9e9a5602c
commit 592290f69e
2 changed files with 37 additions and 0 deletions

View File

@ -939,6 +939,7 @@ class CfgItemSort
"RabbitCarcass_EPOCH", "RabbitCarcass_EPOCH",
"SheepCarcass_EPOCH", "SheepCarcass_EPOCH",
"SnakeCarcass_EPOCH", "SnakeCarcass_EPOCH",
"ItemBakedBeans",
"krypto_candy_epoch", "krypto_candy_epoch",
"bluburger_epoch", "bluburger_epoch",
"redburger_epoch", "redburger_epoch",
@ -949,6 +950,14 @@ class CfgItemSort
}; };
Drink[] = { Drink[] = {
"water_epoch",
"clean_water_epoch",
"ItemCanteen_Empty",
"ItemCanteen_Dirty",
"ItemCanteen_Clean",
"ItemBottlePlastic_Empty",
"ItemBottlePlastic_Dirty",
"ItemBottlePlastic_Clean",
"WhiskeyNoodle", "WhiskeyNoodle",
"FoodWalkNSons", "FoodWalkNSons",
"ItemSodaOrangeSherbet", "ItemSodaOrangeSherbet",

View File

@ -2004,6 +2004,10 @@ class CfgPricing
{ {
price = 25; price = 25;
}; };
class ItemBakedBeans
{
price = 3;
};
class krypto_candy_epoch class krypto_candy_epoch
{ {
price = 3; price = 3;
@ -2052,6 +2056,30 @@ class CfgPricing
{ {
price = 10; 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 class FAK
{ {
price = 3; price = 3;