round actually ends on narsie & time defines (#14207)

* round actually ends on narsie

* time defines

* time defines
This commit is contained in:
ynot01
2022-05-28 17:56:57 -04:00
committed by GitHub
parent b187e1701d
commit a94aa9a6f4
273 changed files with 1079 additions and 1079 deletions

View File

@@ -59,5 +59,5 @@
var/new_light = initial(S.light_range)
while(S.light_range > new_light)
S.set_light(S.light_range - 0.2)
sleep(30)
sleep(3 SECONDS)
S.set_light(new_light, initial(S.light_power), initial(S.light_color))

View File

@@ -58,9 +58,9 @@
/datum/round_event/portal_storm/announce(fake)
set waitfor = 0
sound_to_playing_players('sound/magic/lightning_chargeup.ogg')
sleep(80)
sleep(8 SECONDS)
priority_announce("Massive bluespace anomaly detected en route to [station_name()]. Brace for impact.")
sleep(20)
sleep(2 SECONDS)
sound_to_playing_players('sound/magic/lightningbolt.ogg')
/datum/round_event/portal_storm/tick()

View File

@@ -522,7 +522,7 @@
if(!istype(D, /obj/machinery/door/airlock/external))
var/obj/machinery/door/airlock/A = D
playsound(src, 'sound/machines/airlock_alien_prying.ogg', 100, 1)
sleep(60)
sleep(6 SECONDS)
A.open(2)
for(var/datum/spacevine_mutation/SM in mutations)
SM.on_spread(src, stepturf)

View File

@@ -7,5 +7,5 @@
/datum/round_event/wizard/fake_explosion/start()
sound_to_playing_players('sound/machines/alarm.ogg')
sleep(100)
Cinematic(CINEMATIC_NUKE_FAKE,world)
sleep(10 SECONDS)
Cinematic(CINEMATIC_NUKE_FAKE,world)