diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2013-02-25 16:06:42 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2013-03-02 10:48:58 +0100 |
commit | 97800c510a56a0441cc8496ca1c44a0b67ce454a (patch) | |
tree | 928dd73ec1e2b07905ce1b98b7f3f9a1b4bdf915 /world/map/db | |
parent | 3b4bc8c043e6e620942dec45419cbfc4144aaee2 (diff) | |
download | serverdata-97800c510a56a0441cc8496ca1c44a0b67ce454a.tar.gz serverdata-97800c510a56a0441cc8496ca1c44a0b67ce454a.tar.bz2 serverdata-97800c510a56a0441cc8496ca1c44a0b67ce454a.tar.xz serverdata-97800c510a56a0441cc8496ca1c44a0b67ce454a.zip |
Added variable handling to beanie copter quest.
Diffstat (limited to 'world/map/db')
-rw-r--r-- | world/map/db/const.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/world/map/db/const.txt b/world/map/db/const.txt index a69ba485..6bed62d2 100644 --- a/world/map/db/const.txt +++ b/world/map/db/const.txt @@ -534,6 +534,8 @@ FLAG_TUTORIAL_DONE 256 // player completed tutorial (or entered the tutor FLAG_SNOWMAN 512 // player gave candy to the snowman FLAG_SANTAS_HELPER 1024 // player gave presents to Santa's helper FLAG_HURNSMINE_CHEST 2048 // player opened the chest with the short sword in Hurnscald mines +FLAG_GOT_BEANIEHAT 4096 // player got Beanie Copter Hat from Milly +FLAG_DECLINED_BEANIEHAT 8192 // player declined Beanie Copter Hat from Milly DOCK_tulimshar 1 DOCK_hurnscald 2 |