mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +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
|
continue
|
||||||
if(!(T.z in using_map.station_levels))
|
if(!(T.z in using_map.station_levels))
|
||||||
continue
|
continue
|
||||||
|
var/area/A = get_area(T)
|
||||||
|
if(A.flags & RAD_SHIELDED || A.flags & BLUE_SHIELDED)
|
||||||
|
continue
|
||||||
place_ian(T)
|
place_ian(T)
|
||||||
|
|
||||||
/datum/event/ianstorm/proc/place_ian(var/turf/T)
|
/datum/event/ianstorm/proc/place_ian(var/turf/T)
|
||||||
|
|||||||
Reference in New Issue
Block a user