mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
Fixes + Tweaks
This commit is contained in:
parent
a4144c7c07
commit
b2a1e634e1
@ -16,7 +16,7 @@ _side = "bandit";
|
||||
|
||||
|
||||
// find position
|
||||
_pos = call DMS_findSafePos;
|
||||
_pos = [10,100] call DMS_findSafePos;
|
||||
|
||||
|
||||
// Set general mission difficulty
|
||||
|
@ -128,12 +128,12 @@ if ((_backpackCount > 0) && {count _backpacks>0}) then
|
||||
};
|
||||
|
||||
|
||||
if(DMS_RareLoot && {count DMS_RareLoot>0}) then
|
||||
if(DMS_RareLoot && {count DMS_RareLootList>0}) then
|
||||
{
|
||||
// (Maybe) Add rare loot
|
||||
if(random 100 < DMS_RareLootChance) then
|
||||
{
|
||||
_item = DMS_RareLoot call BIS_fnc_selectRandom;
|
||||
_item = DMS_RareLootList call BIS_fnc_selectRandom;
|
||||
if ((typeName _item)=="STRING") then
|
||||
{
|
||||
_item = [_item,1];
|
||||
|
Loading…
Reference in New Issue
Block a user