summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--world/map/npc/009-2/selim.txt1
-rw-r--r--world/map/npc/functions/clear_vars.txt2
2 files changed, 2 insertions, 1 deletions
diff --git a/world/map/npc/009-2/selim.txt b/world/map/npc/009-2/selim.txt
index a919240c..c434b656 100644
--- a/world/map/npc/009-2/selim.txt
+++ b/world/map/npc/009-2/selim.txt
@@ -10,7 +10,6 @@
mes "[Selim]";
mes "\"What can I dye for you today?\"";
- set QUEST_clothdyer_state, 3;
next;
L_clothes_choice:
diff --git a/world/map/npc/functions/clear_vars.txt b/world/map/npc/functions/clear_vars.txt
index a8418562..08ecfed7 100644
--- a/world/map/npc/functions/clear_vars.txt
+++ b/world/map/npc/functions/clear_vars.txt
@@ -97,6 +97,8 @@ function|script|ClearVariables|{
// Tulimshar and Mine Variables which aren't used anymore
set Scorp, 0;
set Bugleg, 0;
+ // variable isn't used
+ set QUEST_clothdyer_state, 0;
//These lines are needed to migrate stuff from variables to flags
if (Open_Underground_Palace_Barrier)