It's past midnight, time for your runtimes flattening.

This commit is contained in:
Ghommie
2020-04-01 00:47:29 +02:00
parent 4eb2fb531a
commit 8bb98f92ca
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -83,7 +83,7 @@
/obj/item/pinpointer/crew/proc/trackable(mob/living/carbon/human/H)
var/turf/here = get_turf(src)
if((H.z == 0 || H.z == here.z) && istype(H.w_uniform, /obj/item/clothing/under))
if(H && (H.z == 0 || H.z == here.z) && istype(H.w_uniform, /obj/item/clothing/under))
var/obj/item/clothing/under/U = H.w_uniform
// Suit sensors must be on maximum.