diff options
-rw-r--r-- | drive_entity.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drive_entity.lua b/drive_entity.lua index 66d257e..62f0eda 100644 --- a/drive_entity.lua +++ b/drive_entity.lua @@ -33,7 +33,7 @@ local function playbuzz(pos) celevator.drives.entity.buzzsoundhandles[hash] = minetest.sound_play("celevator_drive_run",{ pos = pos, loop = true, - gain = 0.4, + gain = 0.2, }) end |