mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-30 16:47:34 +01:00
Added fire and grill sounds to the bonfire.
This commit is contained in:
@@ -42,4 +42,17 @@
|
||||
|
||||
/datum/looping_sound/small_motor/get_sound(starttime)
|
||||
speed = clamp(speed, 1, 3)
|
||||
return ..(starttime, mid_sounds[speed])
|
||||
return ..(starttime, mid_sounds[speed])
|
||||
|
||||
/datum/looping_sound/fire_crackles
|
||||
start_sound = 'sound/ambience/firecrackle01.ogg'
|
||||
start_length = 10
|
||||
mid_sounds = list(
|
||||
'sound/ambience/firecrackle02.ogg',
|
||||
'sound/ambience/firecrackle03.ogg',
|
||||
'sound/ambience/firecrackle04.ogg',
|
||||
'sound/ambience/firecrackle05.ogg'
|
||||
)
|
||||
mid_length = 10
|
||||
end_sound = 'sound/ambience/firecrackle06.ogg'
|
||||
volume = 10
|
||||
|
||||
Reference in New Issue
Block a user