Merge pull request #6661 from Citadel-Station-13/upstream-merge-37712
[MIRROR] Fixes a radiation runtime related to going off the map edge
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user