summaryrefslogtreecommitdiff
path: root/drive_entity.lua
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2024-08-09 20:58:24 -0500
committercheapie <no-email-for-you@example.com>2024-08-09 20:58:24 -0500
commitd3377dd3a3918080215c75d780636e90b4239230 (patch)
treeb8de34f6abb880ba01b73e4e47949d440129f88e /drive_entity.lua
parent7dc4d13f599cb15d74f08f7ddd61a3a9ed996006 (diff)
downloadcelevator-d3377dd3a3918080215c75d780636e90b4239230.tar
celevator-d3377dd3a3918080215c75d780636e90b4239230.tar.gz
celevator-d3377dd3a3918080215c75d780636e90b4239230.tar.bz2
celevator-d3377dd3a3918080215c75d780636e90b4239230.tar.xz
celevator-d3377dd3a3918080215c75d780636e90b4239230.zip
Replace motor sounds with some I actually have a license to ship
These ones happen to be a bit more representative of a modern geared traction elevator anyway (AC instead of DC). Drive buzz sound has been turned down accordingly.
Diffstat (limited to 'drive_entity.lua')
-rw-r--r--drive_entity.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/drive_entity.lua b/drive_entity.lua
index a9792d8..f26bf11 100644
--- a/drive_entity.lua
+++ b/drive_entity.lua
@@ -35,7 +35,7 @@ local function playbuzz(pos)
celevator.drives.entity.buzzsoundhandles[hash] = minetest.sound_play("celevator_drive_run",{
pos = pos,
loop = true,
- gain = 0.2,
+ gain = 0.1,
})
end