Merge pull request #11705 from Ghommie/Ghommie-cit659

It's past midnight, time for your runtime errors fixing.
This commit is contained in:
Putnam3145
2020-04-01 23:16:29 -07:00
committed by GitHub
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.