mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
BarbedWire Price & Itemsort
This commit is contained in:
parent
f3742f8223
commit
bcb311a703
@ -959,6 +959,7 @@ class CfgItemSort
|
||||
"ItemSodaAlpineDude"
|
||||
};
|
||||
Basebuilding[] = {
|
||||
"KitBarbedWire",
|
||||
"Kit_Garden",
|
||||
"KitTentA",
|
||||
"KitTentDome",
|
||||
|
@ -3082,6 +3082,10 @@ class CfgPricing
|
||||
{
|
||||
price = 10;
|
||||
};
|
||||
class KitBarbedWire
|
||||
{
|
||||
price = 100;
|
||||
};
|
||||
class KitWoodFoundation
|
||||
{
|
||||
price = 20;
|
||||
|
Loading…
Reference in New Issue
Block a user