Created
December 21, 2016 11:34
-
-
Save BlueNexus/be95df64e3be190d1cfe20c27919f0b8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var/radiation_level = rand(15, 35) | |
for(var/area/A in all_areas) | |
if(!(A.z in using_map.station_levels)) | |
continue | |
if(A.flags & RAD_SHIELDED) | |
continue | |
for(var/turf/T in A) | |
radiation_repository.irradiated_turfs[T] = radiation_level |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment