mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] Ian storm now respects rad/blue shielding (#6864)
Co-authored-by: Casey <a.roaming.shadow@gmail.com> Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
@@ -16,6 +16,9 @@
|
||||
continue
|
||||
if(!(T.z in using_map.station_levels))
|
||||
continue
|
||||
var/area/A = get_area(T)
|
||||
if(A.flags & RAD_SHIELDED || A.flags & BLUE_SHIELDED)
|
||||
continue
|
||||
place_ian(T)
|
||||
|
||||
/datum/event/ianstorm/proc/place_ian(var/turf/T)
|
||||
|
||||
Reference in New Issue
Block a user