more tweaks

This commit is contained in:
Fox-McCloud
2016-07-15 05:52:56 -04:00
parent 84f9a06881
commit 01ffeb45fe
3 changed files with 20 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ var/global/datum/controller/process/weather/weather_master
/datum/controller/process/weather
var/list/processing_weather = list()
var/list/existing_weather = list()
var/list/eligible_zlevels = list(/*ZLEVEL_ASTEROID*/)
var/list/eligible_zlevels = list()
/datum/controller/process/weather/setup()
name = "weather"