runtimev1-experimental

This commit is contained in:
Dip
2020-09-22 16:37:51 -03:00
parent ebb5e5b1c4
commit 72c8e681e3
25 changed files with 100 additions and 63 deletions
+1 -1
View File
@@ -79,7 +79,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.