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

@@ -1,18 +1,18 @@
private ["_dir","_classname","_b0x1337","_location","_item","_config","_create_raw","_create","_qty","_type","_hasCrate","_hasTool"];
if(DZE_ActionInProgress) exitWith { cutText [(localize "str_epoch_player_75") , "PLAIN DOWN"]; };
if (DZE_ActionInProgress) exitWith {cutText [localize "str_epoch_player_75","PLAIN DOWN"];};
DZE_ActionInProgress = true;
_hasTool = "ItemCrowbar" in items player;
if(!_hasTool) exitWith {
cutText [(localize "str_epoch_player_76"), "PLAIN DOWN"];
cutText [localize "str_epoch_player_76","PLAIN DOWN"];
DZE_ActionInProgress = false;
};
_item = _this;
_hasCrate = _item in magazines player;
if (!_hasCrate) exitWith {
cutText [(localize "str_epoch_player_77"), "PLAIN DOWN"];
cutText [localize "str_epoch_player_77","PLAIN DOWN"];
DZE_ActionInProgress = false;
};
@@ -63,6 +63,6 @@ player reveal _b0x1337;
player action ["Gear", _b0x1337];
cutText [(localize "str_epoch_player_78"), "PLAIN DOWN"];
cutText [localize "str_epoch_player_78","PLAIN DOWN"];
DZE_ActionInProgress = false;