Little thing

This commit is contained in:
icomrade
2014-06-10 13:03:37 -04:00
parent 6757429878
commit ad6530c579

View File

@@ -115,7 +115,7 @@ switch _option do {
_countIn = _x select 1; _countIn = _x select 1;
_itemText = getText(configFile >> "CfgMagazines" >> _itemIn >> "displayName"); _itemText = getText(configFile >> "CfgMagazines" >> _itemIn >> "displayName");
if (_cost != "") then { if (_cost != "") then {
_cost = _cost + " && "; _cost = _cost + " and ";
}; };
_cost = _cost + (str(_countIn) + " of " + _itemText); _cost = _cost + (str(_countIn) + " of " + _itemText);
} count _requirements; } count _requirements;