mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-20 19:42:34 +01:00
Makes radiation shielded an area flag
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
continue
|
||||
if(!(A.z in config.station_levels))
|
||||
continue
|
||||
if(A.rad_shielded)
|
||||
if(A.flags & RAD_SHIELDED)
|
||||
continue
|
||||
|
||||
if(istype(C,/mob/living/carbon/human))
|
||||
|
||||
Reference in New Issue
Block a user