diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-25 16:51:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-25 16:51:17 -0300 |
commit | 19193da1c252b23547bfb89d9169ec22d7d755cc (patch) | |
tree | 8355e0a87246aa32db0a174542fae8e190387539 /db | |
parent | 635fe3bca06d673a9f0c5917da1e1f4c14ef09cb (diff) | |
download | serverdata-19193da1c252b23547bfb89d9169ec22d7d755cc.tar.gz serverdata-19193da1c252b23547bfb89d9169ec22d7d755cc.tar.bz2 serverdata-19193da1c252b23547bfb89d9169ec22d7d755cc.tar.xz serverdata-19193da1c252b23547bfb89d9169ec22d7d755cc.zip |
Register this new boss as an easter egg; It *is* a secret boss, in a sense.
Gives 25 Strange Coins when defeating it for the first time.
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 27ae96fb5..d853f4abe 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -2091,6 +2091,7 @@ constants_db: { EE_MANATAURO: 64 EE_SEWERS: 128 EE_AETHYR: 256 + EE_SNOWMAN: 512 comment__: "Teleporter enum" TP_NONE: 0 |