Re-add abort timeout

Timeout is no longer restarted when you click abort and the loop now
closes the gear menu so the player cannot attempt to dupe with the gear
menu and abort menu open at the same time.
This commit is contained in:
icomrade
2016-09-23 19:10:39 -04:00
parent 770378b3af
commit 40d419e475
2 changed files with 15 additions and 1 deletions

View File

@@ -555,6 +555,7 @@ if (isNil "DZE_selfTransfuse_Values") then {DZE_selfTransfuse_Values = [12000,15
if (isNil "DZE_PlotPole") then {DZE_PlotPole = [30,45];};
DZE_maintainRange = ((DZE_PlotPole select 0)+20);
if (isNil "DZE_slowZombies") then {DZE_slowZombies = false;};
TimeOutDisplayed = false;
if (isServer) then {
dead_bodyCleanup = [];