From ce7c2e13ff3e6218a56cd255acb313cdc3a62529 Mon Sep 17 00:00:00 2001 From: Iamgoofball Date: Wed, 4 Feb 2015 18:55:34 -0800 Subject: [PATCH] Changes Spellbook can't open text --- code/game/gamemodes/wizard/spellbook.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/wizard/spellbook.dm b/code/game/gamemodes/wizard/spellbook.dm index a2e15b3eb15..084cefb272c 100644 --- a/code/game/gamemodes/wizard/spellbook.dm +++ b/code/game/gamemodes/wizard/spellbook.dm @@ -34,7 +34,7 @@ owner = user return if(user != owner) - user << "You can't open the spellbook somehow." + user << "The [name] does not recognize you as it's owner and refuses to open." return user.set_machine(src) var/dat