Lowers ark volume
This commit is contained in:
committed by
CitadelStationBot
parent
2c337dac81
commit
c22c5fe25d
@@ -294,19 +294,19 @@
|
|||||||
for(var/V in GLOB.generic_event_spawns)
|
for(var/V in GLOB.generic_event_spawns)
|
||||||
addtimer(CALLBACK(src, .proc/open_portal, get_turf(V)), rand(100, 600))
|
addtimer(CALLBACK(src, .proc/open_portal, get_turf(V)), rand(100, 600))
|
||||||
sound_to_playing_players('sound/magic/clockwork/invoke_general.ogg', 30, FALSE)
|
sound_to_playing_players('sound/magic/clockwork/invoke_general.ogg', 30, FALSE)
|
||||||
sound_to_playing_players(volume = 30, channel = CHANNEL_JUSTICAR_ARK, S = sound('sound/effects/clockcult_gateway_charging.ogg', TRUE))
|
sound_to_playing_players(volume = 20, channel = CHANNEL_JUSTICAR_ARK, S = sound('sound/effects/clockcult_gateway_charging.ogg', TRUE))
|
||||||
second_sound_played = TRUE
|
second_sound_played = TRUE
|
||||||
make_glow()
|
make_glow()
|
||||||
glow.icon_state = "clockwork_gateway_charging"
|
glow.icon_state = "clockwork_gateway_charging"
|
||||||
if(GATEWAY_REEBE_FOUND to GATEWAY_RATVAR_COMING)
|
if(GATEWAY_REEBE_FOUND to GATEWAY_RATVAR_COMING)
|
||||||
if(!third_sound_played)
|
if(!third_sound_played)
|
||||||
sound_to_playing_players(volume = 35, channel = CHANNEL_JUSTICAR_ARK, S = sound('sound/effects/clockcult_gateway_active.ogg', TRUE))
|
sound_to_playing_players(volume = 25, channel = CHANNEL_JUSTICAR_ARK, S = sound('sound/effects/clockcult_gateway_active.ogg', TRUE))
|
||||||
third_sound_played = TRUE
|
third_sound_played = TRUE
|
||||||
make_glow()
|
make_glow()
|
||||||
glow.icon_state = "clockwork_gateway_active"
|
glow.icon_state = "clockwork_gateway_active"
|
||||||
if(GATEWAY_RATVAR_COMING to GATEWAY_RATVAR_ARRIVAL)
|
if(GATEWAY_RATVAR_COMING to GATEWAY_RATVAR_ARRIVAL)
|
||||||
if(!fourth_sound_played)
|
if(!fourth_sound_played)
|
||||||
sound_to_playing_players(volume = 40, channel = CHANNEL_JUSTICAR_ARK, S = sound('sound/effects/clockcult_gateway_closing.ogg', TRUE))
|
sound_to_playing_players(volume = 30, channel = CHANNEL_JUSTICAR_ARK, S = sound('sound/effects/clockcult_gateway_closing.ogg', TRUE))
|
||||||
fourth_sound_played = TRUE
|
fourth_sound_played = TRUE
|
||||||
make_glow()
|
make_glow()
|
||||||
glow.icon_state = "clockwork_gateway_closing"
|
glow.icon_state = "clockwork_gateway_closing"
|
||||||
|
|||||||
Reference in New Issue
Block a user