0.997 released

+ Added new female pink clothes option.
+ Fixed counter issues with trade_items_wo_db
+ trade_items fixed return bars if trader is out of stock.
This commit is contained in:
vbawol
2013-03-16 17:29:22 -05:00
parent 8a83b8b611
commit b7885325b2
7 changed files with 30 additions and 4 deletions

View File

@@ -114,6 +114,11 @@ for "_x" from 1 to _total_trades do {
cutText [format[("Insufficient Stock %1"),_textPartOut] , "PLAIN DOWN"];
_abort = true;
// Return items taken
for "_x" from 1 to _removed do {
player addMagazine _part_in;
};
};
dayzTradeResult = nil;