fix per kevs request

This commit is contained in:
Sishen
2019-06-28 08:20:59 -04:00
parent 1679a2c42b
commit 555c1adf67
+1 -1
View File
@@ -139,7 +139,7 @@ GLOBAL_LIST_INIT(bibleitemstates, list("bible", "koran", "scrapbook", "bible",
else if(iscarbon(M))
var/mob/living/carbon/C = M
if(!istype(C.head, /obj/item/clothing/head))
C.adjustBrainLoss(25, 150)
C.adjustBrainLoss(10, 80)
to_chat(C, "<span class='danger'>You feel dumber.</span>")
if(smack)