diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2013-01-15 22:21:45 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2013-01-18 16:13:07 +0100 |
commit | ceee742a03176f412167cc5098b3167aae514fd2 (patch) | |
tree | 43766e666538eb09efccc359b17a7a3566975dfd /world/map/npc/functions/clear_vars.txt | |
parent | c4120507f6524ac15b01bf72da10007c14d2d3f5 (diff) | |
download | serverdata-ceee742a03176f412167cc5098b3167aae514fd2.tar.gz serverdata-ceee742a03176f412167cc5098b3167aae514fd2.tar.bz2 serverdata-ceee742a03176f412167cc5098b3167aae514fd2.tar.xz serverdata-ceee742a03176f412167cc5098b3167aae514fd2.zip |
Turn Cave Snake Lamp quest into a Daily Quest.
Add previously used player variable to clear_vars.
Diffstat (limited to 'world/map/npc/functions/clear_vars.txt')
-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 7188c2d8..292356cc 100644 --- a/world/map/npc/functions/clear_vars.txt +++ b/world/map/npc/functions/clear_vars.txt @@ -103,6 +103,8 @@ function|script|ClearVariables|{ set KatzeBeenOutside, 0; // variable was moved to Nibble 1 of the variable Katze set LastHiss, 0; + // quest was turned into a Daily Quest, so the variable isn't needed anymore + set CaveSnakeLamp, 0; //These lines are needed to migrate stuff from variables to flags if (Open_Underground_Palace_Barrier) |