Revert "12/21 modernizations from TG live"
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
/datum/round_event_control/wizard/lava //THE LEGEND NEVER DIES
|
||||
name = "The Floor Is LAVA!"
|
||||
weight = 2
|
||||
typepath = /datum/round_event/wizard/lava
|
||||
typepath = /datum/round_event/wizard/lava/
|
||||
max_occurrences = 3
|
||||
earliest_start = 0
|
||||
|
||||
/datum/round_event/wizard/lava
|
||||
/datum/round_event/wizard/lava/
|
||||
endWhen = 0
|
||||
var/started = FALSE
|
||||
|
||||
/datum/round_event/wizard/lava/start()
|
||||
if(!started)
|
||||
started = TRUE
|
||||
SSweather.run_weather("the floor is lava")
|
||||
SSweather.run_weather("the floor is lava")
|
||||
Reference in New Issue
Block a user