This commit is contained in:
HARLAN
2013-12-23 12:26:31 -05:00
parent a052f42759
commit d2aaff8113

View File

@@ -50,5 +50,5 @@ _tobe_removed_total = 0;
if (_tobe_removed_total == _removed_total) exitWith { true };
// missing parts
{ player addMagazine _x; } forEach _temp_removed_array;
cutText [format["Missing Parts after first check Item: %1 / %2", _removed_total, _tobe_removed_total], "PLAIN DOWN"];
cutText [format[(localize "STR_EPOCH_ACTIONS_5"), _removed_total, _tobe_removed_total], "PLAIN DOWN"];
false