Goon "Irradiated" disability now respects NO_DNA_RAD

This commit is contained in:
Crazylemon
2015-09-24 15:27:46 -07:00
parent 15e4256a71
commit ff01f5f0c5
+2 -2
View File
@@ -41,7 +41,7 @@
for(var/mob/living/L in range(1, owner))
if(L == owner) continue
L << "\red You are enveloped by a soft green glow emanating from [owner]."
L.radiation += 5
L.apply_effect(5, IRRADIATE)
return
OnDrawUnderlays(var/mob/M,var/g,var/fat)
@@ -390,4 +390,4 @@
return
*/
*/