Merge pull request #6210 from Citadel-Station-13/upstream-merge-36834

[MIRROR] Removes advanced darkness
This commit is contained in:
LetterJay
2018-04-02 06:58:18 -05:00
committed by GitHub
3 changed files with 0 additions and 48 deletions

View File

@@ -1,16 +0,0 @@
/datum/round_event_control/wizard/darkness
name = "Advanced Darkness"
weight = 2
typepath = /datum/round_event/wizard/darkness
max_occurrences = 2
earliest_start = 0 MINUTES
/datum/round_event/wizard/darkness
endWhen = 0
var/started = FALSE
/datum/round_event/wizard/darkness/start()
if(!started)
started = TRUE
SSweather.run_weather(/datum/weather/advanced_darkness)