From 9a0b536324d87107a6ca31f47facb804d70c0d30 Mon Sep 17 00:00:00 2001 From: wushin Date: Mon, 16 Feb 2015 21:00:21 -0600 Subject: Clean up script --- world/map/npc/011-6/crastur.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'world/map/npc/011-6') diff --git a/world/map/npc/011-6/crastur.txt b/world/map/npc/011-6/crastur.txt index 16dda84f..6304acb8 100644 --- a/world/map/npc/011-6/crastur.txt +++ b/world/map/npc/011-6/crastur.txt @@ -2,8 +2,8 @@ { set @spants_state, ((QUEST_WG_state & NIBBLE_2_MASK) >> NIBBLE_2_SHIFT); set @inspector, ((QUEST_Hurnscald & NIBBLE_3_MASK) >> NIBBLE_3_SHIFT); - if @spants_state < 3 goto L_Regular; - if @spants_state == 3 goto L_Ask; + if (@spants_state < 3) goto L_Regular; + if (@spants_state == 3) goto L_Ask; if (@spants_state == 4 || @spants_state == 5 || @spants_state == 6) goto L_Ask_Again; goto L_Main; @@ -187,7 +187,7 @@ L_Personal: mes "\"Ah. Here it is:\""; mes "\"Today you have accomplished tasks that are worth " + DailyQuestPoints + " Hours in the Northern Mines\""; next; - if BOSS_POINTS < 1000 goto L_Worm; + if (BOSS_POINTS < 1000) goto L_Worm; emotion EMOTE_DEAD; mes "[Crastur]"; mes ""; -- cgit v1.2.3-60-g2f50