Merge pull request #6210 from Citadel-Station-13/upstream-merge-36834
[MIRROR] Removes advanced darkness
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user