Make ESC work in quantity prompt

develop
lethosor 2015-11-09 17:33:33 -05:00
parent f3d86f5947
commit 48670251e4
1 changed files with 1 additions and 1 deletions

@ -203,7 +203,7 @@ function hackWish(unit)
if not descriptionok then return end if not descriptionok then return end
end end
if args.multi then if args.multi then
repeat amountok,amount=script.showInputPrompt('Wish','How many do you want? (numbers only!)',COLOR_LIGHTGREEN) until tonumber(amount) repeat amountok,amount=script.showInputPrompt('Wish','How many do you want? (numbers only!)',COLOR_LIGHTGREEN) until tonumber(amount) or not amountok
if not amountok then return end if not amountok then return end
if mattype and itemtype then if mattype and itemtype then
if df.item_type.attrs[itemtype].is_stackable then if df.item_type.attrs[itemtype].is_stackable then