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)