mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
round actually ends on narsie & time defines (#14207)
* round actually ends on narsie * time defines * time defines
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user