few more things

+ [CHANGED] mass grave now its own class name and loot has been changed
to military special.
+ [ADDED] Key icons updated
This commit is contained in:
vbawol
2013-05-24 09:56:53 -05:00
parent 0135cd0c65
commit 965653fb42
11 changed files with 118 additions and 47 deletions

View File

@@ -22,10 +22,10 @@ while {true} do {
_timeToSpawn = time + _frequency + _timeAdjust;
//Adding some Random systems
_crashModel = ["UH60Wreck_DZ","UH1Wreck_DZ","Mass_grave"] call BIS_fnc_selectRandom;
_crashModel = ["UH60Wreck_DZ","UH1Wreck_DZ","Mass_grave_DZ"] call BIS_fnc_selectRandom;
if(_crashModel == "Mass_grave") then {
if(_crashModel == "Mass_grave_DZ") then {
_lootTable = "MassGrave";
} else {
//Crash loot just uncomment the one you wish to use by default with 50cals is enabled.
@@ -84,7 +84,7 @@ while {true} do {
_num = round(random _randomizedLoot) + _guaranteedLoot;
if(_crashModel == "Mass_grave") then {
if(_crashModel == "Mass_grave_DZ") then {
_spawnFire = false;
_num = _num * 2;
};