Added Wild Shape: Plant as a builder's option

Added Wild Shape: Plant as a builder's option.  Updated release archive.
This commit is contained in:
Jaysyn904
2024-03-09 20:27:22 -05:00
parent 68a7935743
commit 72a1d7e8b6
31 changed files with 21384 additions and 21145 deletions

View File

@@ -261,6 +261,14 @@ const int POLYMORPH_TYPE_WEREWOLF_0l = 148;
const int POLYMORPH_TYPE_WEREWOLF_1l = 149;
const int POLYMORPH_TYPE_WEREWOLF_2l = 150;
//:: Wild Shape: Plant
const int POLYMORPH_TYPE_TREANT = 160;
const int POLYMORPH_TYPE_SHAMBLING_MOUND = 161;
const int POLYMORPH_TYPE_TWIG_BLIGHT = 162;
const int POLYMORPH_TYPE_MYCONID = 163;
const int POLYMORPH_TYPE_ALGOID = 164;
//::///////////////////
//:: DOMAIN CONSTANTS
//:: These constants are off by 1 to allow 0 to be the FALSE return value.