mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +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