mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-20 19:42:34 +01:00
Merge pull request #76 from CHOMPstation/ReddeyfishVor-storm
Radiation storms no longer hit outposts
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user