Now resets the proper hasMovedOut value

This commit is contained in:
Glowbal 2015-04-03 20:11:20 +02:00
parent e68e487769
commit b92978fb80

View File

@ -121,7 +121,7 @@ _startingTime = time;
_unit setUnconscious false;
["medical_onUnconscious", [_unit, false]] call EFUNC(common,globalEvent);
// ensure this statement runs only once
_args set [6, true];
_args set [5, true];
};
};