mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +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:
@@ -1,6 +1,7 @@
|
||||
Construction[] =
|
||||
{
|
||||
//Items
|
||||
{Loot_VEHICLE, 3, WeaponHolder_ItemGenerator},
|
||||
{Loot_MAGAZINE, 1, ItemComboLock},
|
||||
{Loot_MAGAZINE, 6, ItemSandbag},
|
||||
{Loot_MAGAZINE, 1, ItemWire},
|
||||
@@ -8,7 +9,6 @@ Construction[] =
|
||||
{Loot_MAGAZINE, 2, equip_hose},
|
||||
{Loot_MAGAZINE, 2, MortarBucket},
|
||||
{Loot_MAGAZINE, 6, CinderBlocks},
|
||||
{Loot_MAGAZINE, 3, ItemGenerator},
|
||||
{Loot_MAGAZINE, 1, fuel_pump_kit},
|
||||
|
||||
//Other
|
||||
|
||||
Reference in New Issue
Block a user