From d19c750a0638b389c83ea795a0e8a212fa4e5787 Mon Sep 17 00:00:00 2001 From: Lzimann Date: Sat, 30 Apr 2016 22:58:21 -0300 Subject: [PATCH] Oops. --- code/game/gamemodes/handofgod/powers.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/gamemodes/handofgod/powers.dm b/code/game/gamemodes/handofgod/powers.dm index 28e824d5f35..30b3365cfcd 100644 --- a/code/game/gamemodes/handofgod/powers.dm +++ b/code/game/gamemodes/handofgod/powers.dm @@ -139,11 +139,11 @@ var/obj/item/clothing/head/helmet/plate/crusader/prophet/P = new popehat() if(H.equip_to_slot_if_possible(P,slot_in_backpack,0,1,1)) - success = "It is in your backpack" + success = "It is in your backpack." else H.unEquip(H.head) H.equip_to_slot_or_del(P,slot_head) - success = "It is in your head" + success = "It is on your head." if(success) H << "A powerful hat has been bestowed upon you, you will need to wear it to utilize your staff fully."