minor tweaks

This commit is contained in:
kepler155c@gmail.com
2019-07-08 00:15:50 -04:00
parent b86f32b83a
commit d2e25cb951
5 changed files with 7 additions and 11 deletions

View File

@@ -222,8 +222,8 @@ function Milo:eject(item, count)
total = total + amount
count = count - amount
Sound.play('ui.button.click')
--Sound.play('entity.illusion_illager.death', .3)
--Sound.play('ui.button.click')
Sound.play('entity.illusion_illager.death', .3)
turtle.emptyInventory()
end
return total