milo tweaks

This commit is contained in:
kepler155c@gmail.com
2018-12-05 01:16:42 -05:00
parent c79c93e4d7
commit 74aa9829c3
3 changed files with 7 additions and 1 deletions

View File

@@ -178,7 +178,6 @@ function page:eject(amount)
item.count = request.current - request.count
if request.count + request.craft > 0 then
self.grid:draw()
Sound.play('ui.button.click')
return true
end
end