change sound names

This commit is contained in:
TenPlus1 2017-07-04 18:38:06 +01:00
parent 9494972483
commit bad4dcb36f
5 changed files with 7 additions and 7 deletions

View File

@ -1,9 +1,9 @@
-- Mobs Api (3rd July 2017) -- Mobs Api (4th July 2017)
mobs = {} mobs = {}
mobs.mod = "redo" mobs.mod = "redo"
mobs.version = "20170703" mobs.version = "20170704"
-- Intllib -- Intllib
@ -3300,7 +3300,7 @@ function mobs:capture_mob(self, clicker, chance_hand, chance_net, chance_lasso,
else else
minetest.chat_send_player(name, S("Missed!")) minetest.chat_send_player(name, S("Missed!"))
mob_sound(self, "swing") mob_sound(self, "mobs_swing")
end end
end end
@ -3341,7 +3341,7 @@ function mobs:protect(self, clicker)
effect(self.object:getpos(), 25, "mobs_protect_particle.png", 0.5, 4, 2, 15) effect(self.object:getpos(), 25, "mobs_protect_particle.png", 0.5, 4, 2, 15)
mob_sound(self, "spell") mob_sound(self, "mobs_spell")
return true return true
end end

View File

@ -1,4 +1,4 @@
Creative Commons License sounds from Freesound.org Creative Commons sounds from Freesound.org
swing.ogg by qubodup mobs_swing.ogg by qubodup
spell.ogg by littletobotsoundfactory mobs_spell.ogg by littletobotsoundfactory

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 B