From 2edfd114bdfec94de063141b37b69888a0e3355f Mon Sep 17 00:00:00 2001 From: KorPhaeron Date: Mon, 21 Dec 2015 02:20:40 -0600 Subject: [PATCH] Span class --- code/game/gamemodes/handofgod/structures.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/handofgod/structures.dm b/code/game/gamemodes/handofgod/structures.dm index 79accffd36..4b79b6bcbb 100644 --- a/code/game/gamemodes/handofgod/structures.dm +++ b/code/game/gamemodes/handofgod/structures.dm @@ -58,7 +58,7 @@ //Structure conversion/capture if(istype(I, /obj/item/weapon/godstaff)) if(!is_handofgod_cultist(user)) - user << "You're not quite sure what the hell you're even doing." + user << "You're not quite sure what the hell you're even doing." return var/obj/item/weapon/godstaff/G = I if(G.god && deity != G.god)