From bad4dcb36f1e29676a3fc834439e6e4562d1610c Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Tue, 4 Jul 2017 18:38:06 +0100 Subject: change sound names --- api.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'api.lua') diff --git a/api.lua b/api.lua index d8721be..b242773 100644 --- a/api.lua +++ b/api.lua @@ -1,9 +1,9 @@ --- Mobs Api (3rd July 2017) +-- Mobs Api (4th July 2017) mobs = {} mobs.mod = "redo" -mobs.version = "20170703" +mobs.version = "20170704" -- Intllib @@ -3300,7 +3300,7 @@ function mobs:capture_mob(self, clicker, chance_hand, chance_net, chance_lasso, else minetest.chat_send_player(name, S("Missed!")) - mob_sound(self, "swing") + mob_sound(self, "mobs_swing") 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) - mob_sound(self, "spell") + mob_sound(self, "mobs_spell") return true end -- cgit v1.2.3