Update planet_weather_change.dm

This commit is contained in:
Novacat
2019-06-21 15:13:01 -04:00
committed by GitHub
parent 2338bccb57
commit 6ebbb6935e

View File

@@ -5,13 +5,7 @@
reusable = TRUE
var/datum/planet/target_planet
var/list/banned_weathers = list() //VOREStation Edit
/* //VOREStation Removal Start
/datum/weather/sif/ash_storm,
/datum/weather/sif/emberfall,
/datum/weather/sif/blood_moon,
/datum/weather/sif/fallout)
*/ //VOREStation Removal End
var/list/banned_weathers = list() //VOREStation Temp Edit
var/list/possible_weathers = list()
/datum/gm_action/planet_weather_shift/set_up()