Minor formatting cleanup

This commit is contained in:
ebaydayz
2016-03-21 17:58:23 -04:00
parent 286f405e67
commit e2e6e79394
76 changed files with 319 additions and 330 deletions

View File

@@ -5,7 +5,7 @@
*/
private ["_isOk","_i","_objName","_started","_finished","_animState","_isMedic","_proceed","_itemOut","_countOut","_tree","_trees","_findNearestTree","_index","_invResult","_treesOutput","_text"];
if(DZE_ActionInProgress) exitWith { cutText [(localize "str_epoch_player_72") , "PLAIN DOWN"]; };
if (DZE_ActionInProgress) exitWith {cutText [localize "str_epoch_player_72","PLAIN DOWN"];};
DZE_ActionInProgress = true;
// allowed trees list move this later
@@ -122,12 +122,12 @@ if (count(_findNearestTree) >= 1) then {
[objNull, player, rSwitchMove,""] call RE;
player playActionNow "stop";
};
cutText [(localize "str_epoch_player_73"), "PLAIN DOWN"];
cutText [localize "str_epoch_player_73","PLAIN DOWN"];
};
} else {
cutText [(localize "str_epoch_player_74"), "PLAIN DOWN"];
cutText [localize "str_epoch_player_74","PLAIN DOWN"];
};
DZE_ActionInProgress = false;