From a0a21dc01fd6d81feb9fd236035fe6dc2a3ca28d Mon Sep 17 00:00:00 2001 From: Chayse Ramsay Date: Sat, 3 Aug 2019 18:36:46 +0100 Subject: [PATCH] !iscarbon to !ishuman --- code/_onclick/hud/screen_objects.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/_onclick/hud/screen_objects.dm b/code/_onclick/hud/screen_objects.dm index caa8d23df4..00ec766ea5 100644 --- a/code/_onclick/hud/screen_objects.dm +++ b/code/_onclick/hud/screen_objects.dm @@ -278,7 +278,7 @@ screen_loc = ui_internal /obj/screen/internals/Click() - if(!iscarbon(usr)) + if(!ishuman(usr)) return var/mob/living/carbon/human/C = usr if(C.incapacitated())