This commit is contained in:
HARLAN
2013-12-23 12:25:13 -05:00
parent 91fddad252
commit a052f42759

View File

@@ -20,7 +20,7 @@ _hasTools = true;
if (!(_x in _items)) exitWith { if (!(_x in _items)) exitWith {
_hasTools = false; _hasTools = false;
_missing = getText (configFile >> "cfgWeapons" >> _x >> "displayName"); _missing = getText (configFile >> "cfgWeapons" >> _x >> "displayName");
cutText [format["Missing tool %1", _missing] , "PLAIN DOWN"]; cutText [format[(localize "STR_EPOCH_ACTIONS_13"), _missing] , "PLAIN DOWN"];
}; };
} forEach _tools; } forEach _tools;
_hasTools _hasTools