From 2b97c8ba4a9a3ce194dc778e825e6abc2244e489 Mon Sep 17 00:00:00 2001 From: Looki2000 Date: Sun, 29 Jan 2023 00:09:39 +0100 Subject: [PATCH] sussy baka modified ur code --- mods/amogus_entities/entities/amogus_entity.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/amogus_entities/entities/amogus_entity.lua b/mods/amogus_entities/entities/amogus_entity.lua index 9587c8a..2a4a32b 100644 --- a/mods/amogus_entities/entities/amogus_entity.lua +++ b/mods/amogus_entities/entities/amogus_entity.lua @@ -48,7 +48,7 @@ local entity = { on_step = function(self, dtime) -- play amogus sound randomly - if math.random(200) == 1 then + if math.random(400) == 1 then minetest.sound_play("amogus_sound", { pos = self.object:get_pos(), gain = 1.0,