New sound for the Sandworm

master
NPXcoot 2016-11-14 18:36:32 +01:00
parent 1878c93339
commit f0e42be037
3 changed files with 5 additions and 1 deletions

View File

@ -15,6 +15,10 @@ mobs:register_mob("nssm:sandworm", {
walk_velocity = 2,
run_velocity = 2,
damage = 6,
sounds = {
random = "sandworm",
distance = 40,
},
jump = false,
drops = {
{name = "nssm:worm_flesh",

View File

@ -15,7 +15,7 @@ mobs:register_mob("nssm:scrausics", {
stepheight = 3,
floats=1,
sounds = {
random = "scrausic",
random = "scrausics",
distance = 40,
},
damage = 4,

BIN
sounds/sandworm.ogg Normal file

Binary file not shown.