Add simple eating sound

This commit is contained in:
Wuzzy 2015-03-08 09:19:24 +01:00
parent 65b9b131f8
commit f19096fe11
2 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ function hbhunger.item_eat(hunger_change, replace_with_item, poisen, heal)
local name = user:get_player_name()
local h = tonumber(hbhunger.hunger[name])
local hp = user:get_hp()
minetest.sound_play({name = "hbhunger_eat_generic", gain = 1}, {pos=user:getpos(), max_hear_distance = 16})
-- Saturation
if h < 30 and hunger_change then

Binary file not shown.