mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Added missing Price / Itemsort
This commit is contained in:
parent
6d748531d4
commit
dfbbe9c273
@ -945,6 +945,7 @@ class CfgItemSort
|
||||
"redburger_epoch",
|
||||
"gyro_wrap_epoch",
|
||||
"icecream_epoch",
|
||||
"HotAxeSauce_epoch",
|
||||
"Hemp",
|
||||
"Sunflower"
|
||||
};
|
||||
|
@ -2028,6 +2028,10 @@ class CfgPricing
|
||||
{
|
||||
price = 2;
|
||||
};
|
||||
class HotAxeSauce_epoch
|
||||
{
|
||||
price = 2;
|
||||
};
|
||||
class ItemSodaOrangeSherbet
|
||||
{
|
||||
price = 4;
|
||||
|
Loading…
Reference in New Issue
Block a user