Merge pull request #36834 from KorPhaeron/darkness2
Removes advanced darkness
This commit is contained in:
committed by
CitadelStationBot
parent
c670eaa613
commit
c47a034069
@@ -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