Rad Sickness Nerf

This commit is contained in:
Fox-McCloud
2015-11-29 21:26:26 -05:00
parent e74f569057
commit 4b35bdb3fa
+2 -2
View File
@@ -37,9 +37,9 @@
block=RADBLOCK
OnMobLife(var/mob/living/owner)
owner.apply_effect(max(owner.radiation, 20), IRRADIATE)
owner.apply_effect(max(owner.radiation, 5), IRRADIATE)
for(var/mob/living/L in range(1, owner))
if(L == owner)
if(L == owner)
continue
L << "<span class='danger'>You are enveloped by a soft green glow emanating from [owner].</span>"
L.apply_effect(5, IRRADIATE)