From 7889cf487a908a6f5fcdeb6c529e74061b7ca23b Mon Sep 17 00:00:00 2001
From: Ben Longbons <b.r.longbons@gmail.com>
Date: Fri, 18 Apr 2014 14:33:58 -0700
Subject: Fix off-by-one error if a non-cheater dyes a towel

---
 world/map/npc/003-1/stranger.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/world/map/npc/003-1/stranger.txt b/world/map/npc/003-1/stranger.txt
index cc1114ff..7166ee49 100644
--- a/world/map/npc/003-1/stranger.txt
+++ b/world/map/npc/003-1/stranger.txt
@@ -419,8 +419,8 @@ L_DeletePowder:
     goto L_DyeTowel;
 
 L_DyeTowel:
-    callfunc "MultiWarpTowel";
     delitem @towelReq$[@towelCheckCount], 1;
+    callfunc "MultiWarpTowel";
     delitem "BottleOfWater", 1;
     getitem @warpTowelName$, 1;
     mes "He takes your towel, the water and the gem powder, then he turns away and does something you can't see. After a few minutes, he turns to you again.";
-- 
cgit v1.2.3-70-g09d2