mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-08-20 11:48:09 +01:00
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)
|