SoundPlayer

This commit is contained in:
kepler155c@gmail.com
2019-01-18 08:47:49 -05:00
parent 8fed8618d3
commit b66e214dbf
7 changed files with 588 additions and 17 deletions

View File

@@ -217,7 +217,7 @@ end
function Milo:eject(item, count)
count = self.context.storage:export(self.context.turtleInventory, nil, count, item)
Sound.play('ui.button.click')
Sound.play('entity.experience_bottle.throw')
turtle.emptyInventory()
return count
end