diff options
Diffstat (limited to 'db/const.txt')
-rw-r--r-- | db/const.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/db/const.txt b/db/const.txt index 07027254..f51f1dfe 100644 --- a/db/const.txt +++ b/db/const.txt @@ -250,8 +250,10 @@ MFLAG_ELANORE_OMAR 32768 // Told Omar about Elanore's involvement MFLAG_KNOWS_UNFOCUS_RECIPE 65536 // Luca told me about how to unfocus -//Flags set in the FLAGS variable: -FLAG_HAS_BOWLER_BURNSDAY 1 +// Flags set in the FLAGS variable: +FLAG_HAS_BOWLER_BURNSDAY 1 // every year's poem at burns day, shannon gives you a bowler hat +FLAG_OPENED_UNDERGROUND 2 // this flag is a replacement for variable Open_Underground_Palace_Barrier, which was used only as bool +FLAG_GOT_NAEM_GLOVES 4 // this replaces Naem_Quest_Done, which was used as a bool variable DOCK_tulimshar 1 DOCK_hurnscald 2 |