Fixes a radiation runtime related to going off the map edge

This commit is contained in:
ninjanomnom
2018-05-06 14:04:03 -04:00
parent 880d6d0ff9
commit 24680205f4
+3
View File
@@ -29,6 +29,9 @@
/datum/radiation_wave/process()
master_turf = get_step(master_turf, move_dir)
if(!master_turf)
qdel(src)
return
steps++
var/list/atoms = get_rad_atoms()