From 738b4e211692832bd06312b3737687531889ddad Mon Sep 17 00:00:00 2001 From: mekolat Date: Wed, 11 Mar 2015 18:24:28 -0400 Subject: move the setter up a notch --- world/map/npc/011-6/crastur.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 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 6304acb8..679a2c9d 100644 --- a/world/map/npc/011-6/crastur.txt +++ b/world/map/npc/011-6/crastur.txt @@ -81,6 +81,8 @@ L_Jibber_Cont: mes ""; mes "\"Bring me proof that you killed all of the pirates!\""; next; + set @spants_state, 5; + callsub S_Update_Spants; menu "\"I have it right here\"", L_Bandana, "\"What kind of proof?\"", L_Pirate_Proof; @@ -91,8 +93,6 @@ L_Pirate_Proof: mes ""; mes "\"It is for sure the Pirates give their souls for the rescue of their booty.\""; mes "\"Bring me something unique from their treasure and I will give you those plans in return.\""; - set @spants_state, 5; - callsub S_Update_Spants; menu "\"I have it with me.\"", L_Bandana, "\"I will try my best.\"", L_Close; -- cgit v1.2.3-60-g2f50