Adds a supernova event, with tweaks to allow this

This commit is contained in:
Putnam
2021-02-24 02:56:14 -08:00
parent afbc8edd35
commit 311d766bd5
9 changed files with 194 additions and 152 deletions
@@ -70,3 +70,8 @@ PROCESSING_SUBSYSTEM_DEF(weather)
A = W
break
return A
/datum/controller/subsystem/processing/weather/proc/get_weather_by_type(datum/weather/weather_datum_type)
for(var/V in processing)
if(istype(V,weather_datum_type))
return V