Radiation storms no longer hit outposts

This commit is contained in:
ReddeyfishVor
2018-03-23 19:32:13 -07:00
committed by GitHub
parent 0e9cf6f152
commit 3e2a9248b2
+2 -2
View File
@@ -30,8 +30,8 @@
command_announcement.Announce("The station has passed the radiation belt. Please allow for up to one minute while radiation levels dissipate, and report to medbay if you experience any unusual symptoms. Maintenance will lose all access again shortly.", "Anomaly Alert")
/datum/event/radiation_storm/proc/radiate()
var/radiation_level = rand(15, 35)
for(var/z in using_map.station_levels)
radiation_repository.z_radiate(locate(1, 1, z), radiation_level, 1)
//for(var/z in using_map.station_levels) //VORESTATION: No safe areas outside of the core station
radiation_repository.z_radiate(locate(1, 1, 1), radiation_level, 1)
for(var/mob/living/carbon/C in living_mob_list)
var/area/A = get_area(C)