diff options
author | mekolat <mekolat@gmail.com> | 2015-03-11 18:24:28 -0400 |
---|---|---|
committer | mekolat <mekolat@gmail.com> | 2015-03-11 18:24:28 -0400 |
commit | 738b4e211692832bd06312b3737687531889ddad (patch) | |
tree | 6f420df9bb600b43d717fee3fb73080070f7bdbf /world/map/npc | |
parent | e401f9794c4fe57cf38f82756d610e52d30e2b33 (diff) | |
download | serverdata-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')
-rw-r--r-- | world/map/npc/011-6/crastur.txt | 4 |
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; |