mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-04 14:01:22 +00:00
* Makes Station Z Levels a global list * Things didnt get committed * Define * Removes files * Fix mind.dm * Wrong list name * ( * Fixes rev checks and signpost * Makes it actually compile * Signpost fix * I hate these sign posts * Never use the web editor
17 lines
386 B
Plaintext
17 lines
386 B
Plaintext
/datum/round_event_control/wizard/darkness
|
|
name = "Advanced Darkness"
|
|
weight = 2
|
|
typepath = /datum/round_event/wizard/darkness
|
|
max_occurrences = 2
|
|
earliest_start = 0
|
|
|
|
/datum/round_event/wizard/darkness
|
|
endWhen = 0
|
|
var/started = FALSE
|
|
|
|
|
|
/datum/round_event/wizard/darkness/start()
|
|
if(!started)
|
|
started = TRUE
|
|
SSweather.run_weather("advanced darkness", ZLEVEL_STATION_PRIMARY)
|