Skip to content

Commit

Permalink
Killed tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
BaerMitUmlaut committed May 27, 2015
1 parent 6894a74 commit f2e6a98
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ if (count _bandagedWounds == 0) exitWith {false};

//Has enough time elapsed that we can close another wound?
if ((_totalTime - _elapsedTime) <= (((count _bandagedWounds) - 1) * 5)) then {
_bandagedWounds deleteAt 0;
_target setVariable [QGVAR(bandagedWounds), _bandagedWounds, true];
_bandagedWounds deleteAt 0;
_target setVariable [QGVAR(bandagedWounds), _bandagedWounds, true];
};

true

0 comments on commit f2e6a98

Please sign in to comment.