Remove erroneous comment.

This commit is contained in:
Rob Nelson
2015-08-04 19:52:26 -07:00
parent e9715e3749
commit 494c155a74

View File

@@ -226,7 +226,6 @@
// Radiation
for(var/mob/living/carbon/M in view(src,3))
// TODO: Standardize radiation damage. Currently does not check for armor. (handle in apply_effect?)
var/rads = RADS_PER_TICK * sqrt( 1 / (get_dist(M, src) + 1) )
if(istype(M,/mob/living/carbon/human))
M.apply_effect((rads*count_rad_wires()),IRRADIATE)