mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
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:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user