mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Add ItemShovel to loot
This commit is contained in:
@@ -21,7 +21,7 @@ ToolsBuilding[] =
|
||||
{Loot_MAGAZINE, 2, ItemSledgeHead},
|
||||
{Loot_TOOL, 3, ItemKeyKit},
|
||||
{Loot_TOOL, 6, ItemToolbox},
|
||||
{Loot_TOOL, 4, ItemEtool}
|
||||
{Loot_TOOL, 4, ItemShovel}
|
||||
};
|
||||
|
||||
// Small tools that can spawn anywhere
|
||||
@@ -34,5 +34,5 @@ ToolsMilitary[] =
|
||||
{Loot_TOOL, 1, Binocular},
|
||||
{Loot_TOOL, 1, NVGoggles},
|
||||
{Loot_TOOL, 1, Binocular_Vector},
|
||||
{Loot_TOOL, 1, ItemEtool}
|
||||
{Loot_TOOL, 1, ItemEtool} //Equal to ItemShovel just the military version
|
||||
};
|
||||
Reference in New Issue
Block a user