mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-25 01:22:24 +00:00
Standardized area flag defines, added vendor rampancy flag check.
This commit is contained in:
@@ -73,7 +73,7 @@ SUBSYSTEM_DEF(radiation)
|
||||
|
||||
if(source.respect_maint)
|
||||
var/area/A = T.loc
|
||||
if(A.atom_flags & RAD_SHIELDED)
|
||||
if(A.atom_flags & AREA_FLAG_IS_RAD_SHIELDED)
|
||||
continue // In shielded area
|
||||
|
||||
var/dist = get_dist(source.source_turf, T)
|
||||
|
||||
Reference in New Issue
Block a user