diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-11-29 00:16:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-11-29 00:16:38 -0300 |
commit | 3fef87a0b577ba53c020da1fc647b17f6ca6740b (patch) | |
tree | 9708114c5e657fb37c0a720335faacd81ed7c770 /db | |
parent | e35411d8099046cb7221ff2d9546fe3e97eec9c6 (diff) | |
download | serverdata-3fef87a0b577ba53c020da1fc647b17f6ca6740b.tar.gz serverdata-3fef87a0b577ba53c020da1fc647b17f6ca6740b.tar.bz2 serverdata-3fef87a0b577ba53c020da1fc647b17f6ca6740b.tar.xz serverdata-3fef87a0b577ba53c020da1fc647b17f6ca6740b.zip |
Techinically, you can now advance to Puzzle Area 3.
Still need some real explanation about Puzzle Areas 1 and 2, but well.
One thing at a time, eh?
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 3540f640..16941536 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3381,6 +3381,7 @@ more than one separator can be used in a row (so 12_3___456 is illegal). comment__: "Christmas 2021 Constants" X21_ACCEPTED: 1 + X21_CANDLES: 64 X21_PLANTPUZZLE: 128 X21_LEVEL3: 256 X21_RIDDLEDONE: 512 |