Added missing Price / Itemsort

This commit is contained in:
He-Man 2017-10-28 14:58:22 +02:00
parent 6d748531d4
commit dfbbe9c273
2 changed files with 5 additions and 0 deletions

View File

@ -945,6 +945,7 @@ class CfgItemSort
"redburger_epoch",
"gyro_wrap_epoch",
"icecream_epoch",
"HotAxeSauce_epoch",
"Hemp",
"Sunflower"
};

View File

@ -2028,6 +2028,10 @@ class CfgPricing
{
price = 2;
};
class HotAxeSauce_epoch
{
price = 2;
};
class ItemSodaOrangeSherbet
{
price = 4;