summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--world/map/npc/functions/clear_vars.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/world/map/npc/functions/clear_vars.txt b/world/map/npc/functions/clear_vars.txt
index 14794c95..a8418562 100644
--- a/world/map/npc/functions/clear_vars.txt
+++ b/world/map/npc/functions/clear_vars.txt
@@ -94,6 +94,9 @@ function|script|ClearVariables|{
set Xmas2010, 0;
set Golbenez_Inn_Cost, 0;
+ // Tulimshar and Mine Variables which aren't used anymore
+ set Scorp, 0;
+ set Bugleg, 0;
//These lines are needed to migrate stuff from variables to flags
if (Open_Underground_Palace_Barrier)
@@ -130,9 +133,4 @@ L_Fix_Full:
set Zeny, Zeny + #BankAccount;
set #BankAccount, 0;
return;
-//Tulimshar and Mine Variables
- set Scorp, 0;
- set Bugleg, 0;
- set ChestQuest, 0;
-
}