summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--world/map/npc/functions/clear_vars.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/world/map/npc/functions/clear_vars.txt b/world/map/npc/functions/clear_vars.txt
index e0cab888..fe937d94 100644
--- a/world/map/npc/functions/clear_vars.txt
+++ b/world/map/npc/functions/clear_vars.txt
@@ -402,22 +402,6 @@ L_Deprecated:
function|script|ClearGlobalVars
{
-// Clear some entries of the arrays which save the Fluffy Hunting highscore list
- set $@loop, 5;
- goto L_FluffyClear;
-
-L_FluffyClear:
- if ($@loop == 12)
- goto L_IlliaClear;
-
- set $Record_Fluffy_Name$[$@loop], "";
- set $Record_Fluffy_Date$[$@loop], "";
- set $Record_Fluffy_Kills[$@loop], 0;
-
- set $@loop, $@loop + 1;
- goto L_FluffyClear;
-
-
// Clear the array which saves the teams who beat the Illia quest
L_IlliaClear:
set $@loop, 0;