mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Fix in ground spawn pickaxe and broken pickaxe
The pickaxe and the broken pickaxe spawned headlong in the ground. It was the same for the crowbar. We need to add an extra weaponholder for this tools for a proper spawn.
This commit is contained in:
@@ -5,8 +5,10 @@ Castle[] =
|
||||
{Loot_WEAPON, 1, ItemMap},
|
||||
{Loot_WEAPON, 1, ItemCompass},
|
||||
{Loot_WEAPON, 2, ItemFlashlight},
|
||||
{Loot_WEAPON, 1, ItemPickaxe},
|
||||
{Loot_WEAPON, 2, ItemPickaxeBroken},
|
||||
//{Loot_WEAPON, 1, ItemPickaxe},
|
||||
//{Loot_WEAPON, 2, ItemPickaxeBroken},
|
||||
{Loot_VEHICLE, 1, WeaponHolder_ItemPickaxe},
|
||||
{Loot_VEHICLE, 2, WeaponHolder_ItemPickaxeBroken},
|
||||
// {Loot_WEAPON, 2, ItemShovel},
|
||||
// {Loot_WEAPON, 1, ItemHatchet},
|
||||
{Loot_VEHICLE, 1, WeaponHolder_ItemHatchet},
|
||||
|
||||
Reference in New Issue
Block a user