mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 04:23:13 +03:00
Move CfgServerTrader to dayz_code\configs folder
Also moved the dayz_epoch_b stringtable into a dayz_epoch package in the dayz_code stringtable. This makes it easier to maintain and search for code strings. Epoch_b only holds extra models and textures now.
This commit is contained in:
@@ -25,13 +25,9 @@ Generic[] =
|
||||
{Loot_MAGAZINE, 1, ItemFuelCan},
|
||||
{Loot_MAGAZINE, 1, PartWoodPile}
|
||||
};
|
||||
//DZE
|
||||
|
||||
tents[] = {
|
||||
//VANILLA
|
||||
{Loot_MAGAZINE, 0.5, ItemDomeTent},
|
||||
{Loot_MAGAZINE, 1, ItemTent},
|
||||
//EPOCH
|
||||
{Loot_MAGAZINE, 1.1, ItemTentOld},
|
||||
{Loot_MAGAZINE, 1, ItemTentDomed},
|
||||
{Loot_MAGAZINE, 1, ItemTentDomed2}
|
||||
{Loot_MAGAZINE, 0.5, ItemDesertTent} //EPOCH ADDITION
|
||||
};
|
||||
Reference in New Issue
Block a user