From b3408106152934a47d92a7ae3c2fb3c7bdda4786 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Thu, 22 Mar 2018 06:10:43 -0500 Subject: [PATCH] [MIRROR] Changes archives examine message (#6066) * Changes archives examine message (#36585) * Changes archives examine message * Sure * Changes archives examine message --- code/modules/antagonists/cult/cult_structures.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/cult/cult_structures.dm b/code/modules/antagonists/cult/cult_structures.dm index 77f1dd034f..64c8ebcd99 100644 --- a/code/modules/antagonists/cult/cult_structures.dm +++ b/code/modules/antagonists/cult/cult_structures.dm @@ -235,7 +235,7 @@ /obj/structure/destructible/cult/tome/attack_hand(mob/living/user) if(!iscultist(user)) - to_chat(user, "All of these books seem to be gibberish.") + to_chat(user, "These books won't open and it hurts to even try and read the covers.") return if(!anchored) to_chat(user, "You need to anchor [src] to the floor with your dagger first.")