diff options
Diffstat (limited to 'world/map/npc/068-2/hetchel.txt')
-rw-r--r-- | world/map/npc/068-2/hetchel.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/world/map/npc/068-2/hetchel.txt b/world/map/npc/068-2/hetchel.txt index f814616e..0700598f 100644 --- a/world/map/npc/068-2/hetchel.txt +++ b/world/map/npc/068-2/hetchel.txt @@ -37,8 +37,8 @@ if ( BaseLevel > @spants_minlvl && @spants_state < 1 ) goto L_Spants_Cry; if ( @spants_state == 1 ) goto L_Spants_Cry_2; if ( @spants_state == 2 ) goto L_Spants_Start; - if ( @spants_state > 2 && @spants_state < 7 ) goto L_Spants_Steal; - if ( @spants_state == 7 ) goto L_Spants_Make; + if ( @spants_state > 2 && @spants_state < 8 ) goto L_Spants_Steal; + if ( @spants_state == 8 ) goto L_Spants_Make; mes "[Hetchel the weaver]"; mes ""; @@ -216,8 +216,8 @@ L_Spants_Steal_Cont: "No, not yet", L_Close; L_Spants_Steal_Cont2: - if @spants_state < 6 goto L_Spants_No_Item; - set @spants_state, 7; + if @spants_state < 7 goto L_Spants_No_Item; + set @spants_state, 8; callsub S_Update_Spants; mes "[Hetchel the weaver]"; mes ""; @@ -268,7 +268,7 @@ L_Spants_Pay: delitem @spants_req$[1], @spants_req_amt[1]; delitem @spants_req$[2], @spants_req_amt[2]; getitem "SilkPants", 1; - set @spants_state, 8; + set @spants_state, 9; callsub S_Update_Spants; next; mes "[Hetchel the weaver]"; |