diff --git a/code/modules/events/meteor_strike_vr.dm b/code/modules/events/meteor_strike_vr.dm index 74d2d66611..1136aca47d 100644 --- a/code/modules/events/meteor_strike_vr.dm +++ b/code/modules/events/meteor_strike_vr.dm @@ -58,7 +58,7 @@ if(!istype(L)) continue var/turf/mob_turf = get_turf(L) - if(!(mob_turf.z in impacted.expected_z_levels)) + if(!mob_turf || !(mob_turf.z in impacted.expected_z_levels)) continue if(!L.buckled && !issilicon(L)) if(!L.Check_Shoegrip())