Add hidden gear display for force saves

Vanilla commits:

a4f8690404

9170e0f8a0
This commit is contained in:
ebayShopper
2017-04-17 17:04:06 -04:00
parent 2f0774d531
commit 78c4ebd597
6 changed files with 251 additions and 19 deletions

View File

@@ -8,5 +8,6 @@ _alive = alive _unit;
if (_unconcious && !_inVeh && _alive) then {
DZE_GearCheckBypass = true; //Bypass gear menu checks since dialog will always open on _unit's gear
player action ["Gear", _unit];
};