From e80a9f91f84bc27df05e6a2466732d765aa075ac Mon Sep 17 00:00:00 2001 From: wushin Date: Sat, 14 Feb 2015 11:26:25 -0600 Subject: Shorten Labels --- world/map/npc/011-4/bl_barrier.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'world/map/npc/011-4') diff --git a/world/map/npc/011-4/bl_barrier.txt b/world/map/npc/011-4/bl_barrier.txt index 563c3319..14f64f4e 100644 --- a/world/map/npc/011-4/bl_barrier.txt +++ b/world/map/npc/011-4/bl_barrier.txt @@ -4,18 +4,18 @@ { set @state, ((QUEST_Hurnscald & NIBBLE_0_MASK) >> NIBBLE_0_SHIFT); - if (@state >= 6) goto L_Bandit_Cave_Abandoned; - if (@state >= 4) goto L_Bandit_Lord_Barrier_Open; + if (@state >= 6) goto L_Cave_Abandoned; + if (@state >= 4) goto L_Lord_Barrier_Open; message strcharinfo(0), "This entrance appears to be locked."; goto L_End; -L_Bandit_Cave_Abandoned: +L_Cave_Abandoned: message strcharinfo(0), "This place looks like it was abandoned."; warp "011-6",251,275; goto L_End; -L_Bandit_Lord_Barrier_Open: +L_Lord_Barrier_Open: message strcharinfo(0), "You insert the silver arrow key and unlock the entrance."; warp "011-6",251,275; goto L_End; -- cgit v1.2.3-60-g2f50