mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-07-01 22:21:55 +03:00
Add hidden gear display for force saves
Vanilla commits: https://github.com/DayZMod/DayZ/commit/a4f8690404514431246d99f351aa2d9f459f65a5 https://github.com/DayZMod/DayZ/commit/9170e0f8a0c602efb44a1b419e38ea3eb0dd7f95
This commit is contained in:
@@ -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];
|
||||
};
|
||||
Reference in New Issue
Block a user