Add sounds

All CC-0
master
Wuzzy 2016-10-29 02:36:40 +02:00
parent 2abfa39ccb
commit 8933c7c30c
3 changed files with 6 additions and 0 deletions

View File

@ -89,6 +89,12 @@ do
type = "vertical_frames", aspect_w=16, aspect_h=16, length=3.0 } } },
drop = "",
groups = { cracky=3, },
sounds = {
place = { name = "tsm_surprise_question_dig", gain = 1 },
dug = { name = "tsm_surprise_question_break", gain = 0.8 },
dig = { name = "tsm_surprise_question_dig", gain = 0.4 },
footstep = { name = "tsm_surprise_question_dig", gain = 0.1 },
},
after_destruct = function (pos, oldnode)
local drops = treasurer.select_random_treasures(1,0,3)
for _,item in ipairs(drops) do

Binary file not shown.

Binary file not shown.