diff --git a/code/modules/modular_computers/computers/item/computer_ui.dm b/code/modules/modular_computers/computers/item/computer_ui.dm index 07479385680..9821db8308f 100644 --- a/code/modules/modular_computers/computers/item/computer_ui.dm +++ b/code/modules/modular_computers/computers/item/computer_ui.dm @@ -16,7 +16,7 @@ if(!user.can_read(src, READING_CHECK_LITERACY)) return - if(ishuman(user)) + if(ishuman(user) && !allow_chunky) var/mob/living/carbon/human/human_user = user if(human_user.check_chunky_fingers()) balloon_alert(human_user, "fingers are too big!")