Add skunk sounds

This commit is contained in:
Wuzzy 2019-09-22 13:38:57 +02:00
parent 248521b297
commit 94e136edf7
3 changed files with 7 additions and 3 deletions

View File

@ -3,8 +3,10 @@ Mobs mod
By PilzAdam, KrupnovPavel, Zeg9, TenPlus1
Tweaked by KaadmY, for Pixture
Asset license: CC BY-SA 4.0
Source License:
Media file license: CC BY-SA 4.0
* mobs_skunk_hiss.ogg: by Reitanna, CC0 <https://freesound.org/people/Reitanna/sounds/343927/>
Source code license:
api.lua: MIT
sheep.lua: MIT
boar.lua: MIT

View File

@ -20,7 +20,9 @@ mobs:register_mob(
},
makes_footstep_sound = true,
sounds = {
attack = "mobs_boar_angry",
attack = "mobs_skunk_hiss",
damage = "mobs_skunk_hiss",
death = "mobs_skunk_hiss",
distance = 16,
},
walk_velocity = 1.5,

Binary file not shown.