mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
add pricing for Sword and Fishing Pole
This commit is contained in:
parent
175e4844b9
commit
1c60344478
Binary file not shown.
@ -244,6 +244,8 @@ class CfgPricing
|
|||||||
class Hatchet {price = 25;};
|
class Hatchet {price = 25;};
|
||||||
class MultiGun {price = 100;};
|
class MultiGun {price = 100;};
|
||||||
class MeleeSledge {price = 50;};
|
class MeleeSledge {price = 50;};
|
||||||
|
class MeleeSword { price = 1111; };
|
||||||
|
class MeleeRod { price = 100; };
|
||||||
|
|
||||||
class CrudeHatchet { price = 5; };
|
class CrudeHatchet { price = 5; };
|
||||||
class MeleeMaul { price = 10; };
|
class MeleeMaul { price = 10; };
|
||||||
|
Loading…
Reference in New Issue
Block a user