diff options
Diffstat (limited to 'npc/007-1_Woodland')
-rw-r--r-- | npc/007-1_Woodland/voltain.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/007-1_Woodland/voltain.txt b/npc/007-1_Woodland/voltain.txt index 76e49f1b..1359ada8 100644 --- a/npc/007-1_Woodland/voltain.txt +++ b/npc/007-1_Woodland/voltain.txt @@ -157,7 +157,7 @@ mes "[Voltain]"; if (countitem("BlackScorpionStinger") < 1) goto L_NOT_ENOUGH; delitem "BlackScorpionStinger", 1; getexp @BLACK_SC_ST_REWARD_XP, 0; - set $state, 0; + set $state, 4; mes "\"Great! Now I can really kill that monster!\""; close; |