Skip to content

Commit

Permalink
Merge pull request #73 from Omnomios/develop
Browse files Browse the repository at this point in the history
Hotfix: Turning off "Find Support Satellite" stops loot spawning
  • Loading branch information
thatParadox authored Jul 2, 2019
2 parents 47b06d9 + a3da0ac commit 6aa64d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions loot/spawnLoot.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ _droneSupport = createVehicle ["Box_C_UAV_06_Swifd_F", droneRoom, [], 0, "CAN_CO
mainZeus addCuratorEditableObjects [[_droneSupport], true];

/* Item to unlock Support Menu (1 spawns every wave until found) */
satRoom = [];
if (!SUPPORTMENU) then {
satRoom = while {true} do {
_satBulding = selectRandom lootHouses;
Expand Down

0 comments on commit 6aa64d8

Please sign in to comment.