summaryrefslogtreecommitdiff
path: root/world/map/npc/011-6
diff options
context:
space:
mode:
authormekolat <mekolat@gmail.com>2015-03-11 18:24:28 -0400
committermekolat <mekolat@gmail.com>2015-03-11 18:24:28 -0400
commit738b4e211692832bd06312b3737687531889ddad (patch)
tree6f420df9bb600b43d717fee3fb73080070f7bdbf /world/map/npc/011-6
parente401f9794c4fe57cf38f82756d610e52d30e2b33 (diff)
downloadserverdata-738b4e211692832bd06312b3737687531889ddad.tar.gz
serverdata-738b4e211692832bd06312b3737687531889ddad.tar.bz2
serverdata-738b4e211692832bd06312b3737687531889ddad.tar.xz
serverdata-738b4e211692832bd06312b3737687531889ddad.zip
move the setter up a notch
Diffstat (limited to 'world/map/npc/011-6')
-rw-r--r--world/map/npc/011-6/crastur.txt4
1 files changed, 2 insertions, 2 deletions
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;