mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 07:48:55 +00:00
12 lines
557 B
Plaintext
12 lines
557 B
Plaintext
/datum/round_event_control/wizard/fake_explosion //Oh no the station is gone!
|
|
name = "Fake Nuclear Explosion"
|
|
weight = 0 //Badmin exclusive now because once it's expected its not funny
|
|
typepath = /datum/round_event/wizard/fake_explosion
|
|
max_occurrences = 1
|
|
earliest_start = 0 MINUTES
|
|
description = "The nuclear explosion cutscene begins to play to scare the crew."
|
|
|
|
/datum/round_event/wizard/fake_explosion/start()
|
|
sound_to_playing_players('sound/machines/alarm.ogg')
|
|
addtimer(CALLBACK(GLOBAL_PROC,.proc/Cinematic, CINEMATIC_NUKE_FAKE, world), 100)
|