Reduced engine volume (#18959)

Reduced engine volume

Fixes #18946
This commit is contained in:
Fluffy
2024-04-18 22:54:23 +00:00
committed by GitHub
parent c1fa6f7894
commit 958155bbe8
2 changed files with 59 additions and 1 deletions
@@ -198,7 +198,7 @@
if(!removed)
return 0
. = calculate_thrust(removed)
playsound(loc, 'sound/machines/thruster.ogg', 70 * thrust_limit * power_modifier, 0, world.view * 4, 0.1)
playsound(loc, 'sound/machines/thruster.ogg', 50 * thrust_limit * power_modifier, FALSE, world.view * 4, 0.1)
if(network)
network.update = 1