mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-27 02:22:26 +00:00
Fixes the range and dropoff of some sounds (#7405)
This commit is contained in:
@@ -141,7 +141,7 @@
|
||||
var/burst_time = (min_burst_delay + max_burst_delay)/2 + 2*(burst_shots-1)
|
||||
var/power_per_shot = active_power_usage * (burst_time/10) / burst_shots
|
||||
|
||||
playsound(src.loc, 'sound/weapons/emitter.ogg', 25, 1)
|
||||
playsound(src.loc, 'sound/weapons/emitter.ogg', 25, 1, 3, 0.5, 1)
|
||||
if(prob(35))
|
||||
spark_system.queue()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user