Skip to content

Instantly share code, notes, and snippets.

@BlueNexus
Created December 21, 2016 11:34
Show Gist options
  • Save BlueNexus/be95df64e3be190d1cfe20c27919f0b8 to your computer and use it in GitHub Desktop.
Save BlueNexus/be95df64e3be190d1cfe20c27919f0b8 to your computer and use it in GitHub Desktop.
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