diff options
Diffstat (limited to 'world/map/npc/functions')
-rw-r--r-- | world/map/npc/functions/clear_vars.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/world/map/npc/functions/clear_vars.txt b/world/map/npc/functions/clear_vars.txt index 08ecfed7..71d81fcb 100644 --- a/world/map/npc/functions/clear_vars.txt +++ b/world/map/npc/functions/clear_vars.txt @@ -99,6 +99,8 @@ function|script|ClearVariables|{ set Bugleg, 0; // variable isn't used set QUEST_clothdyer_state, 0; + // variable was moved to a temporary player variable + set KatzeBeenOutside, 0; //These lines are needed to migrate stuff from variables to flags if (Open_Underground_Palace_Barrier) |