From 072943f0014a2a04340a4da5b0bd081801f82129 Mon Sep 17 00:00:00 2001 From: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com> Date: Sat, 1 Aug 2026 07:16:56 +0100 Subject: [PATCH] Update human_mob.dm (#32333) --- code/modules/mob/living/carbon/human/human_mob.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human_mob.dm b/code/modules/mob/living/carbon/human/human_mob.dm index 47ee885dc52..7f786f3a404 100644 --- a/code/modules/mob/living/carbon/human/human_mob.dm +++ b/code/modules/mob/living/carbon/human/human_mob.dm @@ -2199,7 +2199,7 @@ Eyes need to have significantly high darksight to shine unless the mob has the X makeCluwne() /mob/living/carbon/human/is_literate() - return getBrainLoss() < 90 + return getBrainLoss() < 50 /mob/living/carbon/human/fakefire(fire_icon = "Generic_mob_burning")