Fixes a radiation oversight

This commit is contained in:
Yoshax
2017-05-22 16:33:37 +01:00
parent 40ba4f5913
commit e5ebd3a56d

View File

@@ -37,7 +37,7 @@
var/area/A = get_area(C)
if(!A)
continue
if(A.flags & AREA_RAD_SHIELDED)
if(A.flags & RAD_SHIELDED)
continue
if(istype(C,/mob/living/carbon/human))
var/mob/living/carbon/human/H = C