mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-18 10:16:39 +03:00
Change ItemGenerator to WeaponHolder_ItemGenerator
With WeaponHolder_ItemGenerator we do not need the postion set up in the spawn.sqf
This commit is contained in:
@@ -3,12 +3,12 @@ Industrial[] =
|
||||
//Tools
|
||||
{Loot_GROUP, 15, ToolsBuilding},
|
||||
{Loot_VEHICLE, 8, WeaponHolder_ItemCrowbar},
|
||||
{Loot_VEHICLE, 3, WeaponHolder_ItemGenerator},
|
||||
|
||||
//Items
|
||||
{Loot_MAGAZINE, 2, MortarBucket},
|
||||
{Loot_MAGAZINE, 6, CinderBlocks},
|
||||
{Loot_MAGAZINE, 3, ItemRSJ},
|
||||
{Loot_MAGAZINE, 3, ItemGenerator},
|
||||
{Loot_MAGAZINE, 1, fuel_pump_kit},
|
||||
|
||||
//Other
|
||||
|
||||
Reference in New Issue
Block a user