Correct build text

This commit is contained in:
icomrade
2016-07-30 17:06:46 -04:00
parent cc129cf403
commit 24f6a0ab9a
2 changed files with 4 additions and 4 deletions

View File

@@ -327,6 +327,8 @@ if (_canBuild select 0) then {
_counter = 0;
while {_isOk} do {
format[localize "str_epoch_player_139",_text, (_counter + 1),_limit] call dayz_rollingMessages;
["Working",0,[100,15,10,0]] call dayz_NutritionSystem;
player playActionNow "Medic";
@@ -371,8 +373,6 @@ if (_canBuild select 0) then {
_counter = _counter + 1;
};
format[localize "str_epoch_player_139",_text, _counter,_limit] call dayz_rollingMessages;
if(_counter == _limit) exitWith {
_isOk = false;
_proceed = true;