mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Polaris fix
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
/datum/event/solar_storm/proc/radiate()
|
||||
for(var/mob/living/L in living_mob_list)
|
||||
var/turf/T = get_turf(L)
|
||||
if(!T || !(T.z in using_map.player_levels))
|
||||
if(!T)
|
||||
continue
|
||||
|
||||
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