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.")