mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
more assets pricing
This commit is contained in:
parent
b0d3b21dde
commit
ada87955a5
@ -116,6 +116,10 @@ class CfgPricing
|
|||||||
{
|
{
|
||||||
price = 10;
|
price = 10;
|
||||||
};
|
};
|
||||||
|
class SmeltingTools_EPOCH
|
||||||
|
{
|
||||||
|
price = 75;
|
||||||
|
};
|
||||||
class ItemBriefcaseE
|
class ItemBriefcaseE
|
||||||
{
|
{
|
||||||
price = 10;
|
price = 10;
|
||||||
@ -1960,6 +1964,30 @@ class CfgPricing
|
|||||||
{
|
{
|
||||||
price = 25;
|
price = 25;
|
||||||
};
|
};
|
||||||
|
class atropine_epoch
|
||||||
|
{
|
||||||
|
price = 20;
|
||||||
|
};
|
||||||
|
class krypto_candy_epoch
|
||||||
|
{
|
||||||
|
price = 50;
|
||||||
|
};
|
||||||
|
class bluburger_epoch
|
||||||
|
{
|
||||||
|
price = 35;
|
||||||
|
};
|
||||||
|
class redburger_epoch
|
||||||
|
{
|
||||||
|
price = 35;
|
||||||
|
};
|
||||||
|
class gyro_wrap_epoch
|
||||||
|
{
|
||||||
|
price = 40;
|
||||||
|
};
|
||||||
|
class icecream_epoch
|
||||||
|
{
|
||||||
|
price = 20;
|
||||||
|
};
|
||||||
class ItemSodaOrangeSherbet
|
class ItemSodaOrangeSherbet
|
||||||
{
|
{
|
||||||
price = 4;
|
price = 4;
|
||||||
|
Loading…
Reference in New Issue
Block a user