From 1c9362657363908ed937d19d9700e21a931b8bc3 Mon Sep 17 00:00:00 2001 From: coiax Date: Tue, 20 Dec 2016 19:38:08 +0000 Subject: [PATCH] \his --- code/modules/library/lib_machines.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/library/lib_machines.dm b/code/modules/library/lib_machines.dm index fdb66a7e6e5..c0a9bb3394c 100644 --- a/code/modules/library/lib_machines.dm +++ b/code/modules/library/lib_machines.dm @@ -306,7 +306,7 @@ var/global/list/datum/cachedbook/cachedbooks // List of our cached book datums new /obj/item/clockwork/slab(T) user << "Your sanity barely endures the seconds spent in the vault's browsing window. The only thing to remind you of this when you stop browsing is a [spook == "blood" ? "dusty old tome" : "strange metal tablet"] sitting on the desk. You don't really remember printing it.[spook == "brass" ? " And how did it print something made of metal?" : ""]" - user.visible_message("[user] stares at the blank screen for a few moments, his expression frozen in fear. When he finally awakens from it, he looks a lot older.", 2) + user.visible_message("[user] stares at the blank screen for a few moments, \his expression frozen in fear. When \he finally awakens from it, \he looks a lot older.", 2) /obj/machinery/computer/libraryconsole/bookmanagement/proc/print_slab(mob/user)