Fixed 2 more typos.

This commit is contained in:
Ghostrider-GRG- 2018-04-20 06:52:50 -04:00
parent 4f5242b026
commit d9b53ba08d

View File

@ -58,8 +58,8 @@ if (isNil "_chanceHeliPatrol") then
switch (toLower(_aiDifficultyLevel)) do switch (toLower(_aiDifficultyLevel)) do
{ {
case "blue": {_chanceHeliPatrol = blck_chanceHeliPatrolBlue}; case "blue": {_chanceHeliPatrol = blck_chanceHeliPatrolBlue};
case "red": {_chanceHeliPatrol = blck_noPatblck_chanceHeliPatrolRed}; case "red": {_chanceHeliPatrol = blck_chanceHeliPatrolRed};
case "green": {_chanceHeliPatrol = blck_noPatblck_chanceHeliPatrolGreen}; case "green": {_chanceHeliPatrol = blck_chanceHeliPatrolGreen};
case "orange": {_chanceHeliPatrol = blck_chanceHeliPatrolOrange}; case "orange": {_chanceHeliPatrol = blck_chanceHeliPatrolOrange};
default {_chanceHeliPatrol = 0}; default {_chanceHeliPatrol = 0};
}; };
@ -108,9 +108,9 @@ if (isNil "_noPara") then
default {_noPara = 0}; default {_noPara = 0};
}; };
}; };
if (isNil "_chanceLoot") then {_chanceLoot = 0}; if (isNil "_chanceLoot") then {_chanceLoot = 0.5};
if (isNil "_paraTriggerDistance") then {_paraTriggerDistance = 400;}; if (isNil "_paraTriggerDistance") then {_paraTriggerDistance = 400;};
if (isNil "_paraLoot") then {_paraLoot = blck_BoxLoot_Blue}; if (isNil "_paraLoot") then {_paraLoot = blck_BoxLoot_Red};
if (isNil "_paraLootCounts") then {_paraLootCounts = blck_lootCountsRed}; if (isNil "_paraLootCounts") then {_paraLootCounts = blck_lootCountsRed};
_objects = []; _objects = [];