Minor Advanced Trading string semantics changes

#1724
This commit is contained in:
ebaydayz
2016-08-03 13:38:09 -04:00
parent 382f3bc451
commit 376befd613
2 changed files with 9 additions and 8 deletions

View File

@@ -154,7 +154,11 @@ if (_selection == 0) then { //backpack
if (_allowedMags >= _toBuyTotalMags) then {
_check2 = true;
} else {
systemChat format[localize "STR_EPOCH_TRADE_BAG_MAGS", _allowedMags];
if (_allowedMags > 0) then {
systemChat format[localize "STR_EPOCH_TRADE_BAG_MAGS", _allowedMags];
} else {
systemChat localize "STR_EPOCH_TRADE_BACKPACK_FULL";
};
};
if (_toBuyBags < 1) then { // A backpack can not hold any backpacks