From 25eeb39dfe54120166f15048a85b3783a492c570 Mon Sep 17 00:00:00 2001 From: wushin Date: Sun, 2 Aug 2015 22:43:33 -0500 Subject: Fix Broken Nick Message --- world/map/npc/items/warpTowels.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'world/map/npc/items/warpTowels.txt') diff --git a/world/map/npc/items/warpTowels.txt b/world/map/npc/items/warpTowels.txt index dd8bc71e..122ac7c0 100644 --- a/world/map/npc/items/warpTowels.txt +++ b/world/map/npc/items/warpTowels.txt @@ -131,16 +131,16 @@ L_BreakChance: goto L_End; L_Forbid: - message strcharinfo(0), "##1Towel : This area is protected by a force that doesn't tolerate the power of the Towel."; + message strcharinfo(0), "Towel : This area is protected by a force that doesn't tolerate the power of the Towel."; goto L_Keep; L_Prison: - message strcharinfo(0), "##1Towel : You must be warped by a GM to leave the botcheck area."; + message strcharinfo(0), "Towel : You must be warped by a GM to leave the botcheck area."; goto L_Keep; L_DontPanic: callfunc "HumanTime"; - message strcharinfo(0), "##3Towel : Your towel is still too low on power to jump again. Try again in ##B"+ @time$ + "##b."; + message strcharinfo(0), "Towel : Your towel is still too low on power to jump again. Try again in ##B"+ @time$ + "##b."; goto L_Keep; L_Keep: -- cgit v1.2.3-60-g2f50