Merge pull request #8772 from Sishen1542/bibleblack

quick bible fix, per kevinz request
This commit is contained in:
kevinz000
2019-06-28 05:27:43 -07:00
committed by GitHub
+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)