mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Polaris fix
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
/datum/event/solar_storm/proc/radiate()
|
/datum/event/solar_storm/proc/radiate()
|
||||||
for(var/mob/living/L in living_mob_list)
|
for(var/mob/living/L in living_mob_list)
|
||||||
var/turf/T = get_turf(L)
|
var/turf/T = get_turf(L)
|
||||||
if(!T || !(T.z in using_map.player_levels))
|
if(!T)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if(!istype(T.loc,/area/space) && !istype(T,/turf/space)) //Make sure you're in a space area or on a space turf
|
if(!istype(T.loc,/area/space) && !istype(T,/turf/space)) //Make sure you're in a space area or on a space turf
|
||||||
|
|||||||
Reference in New Issue
Block a user