Disabled Hidden Talent until it's actually finished

Disabled Hidden Talent until it's actually finished.  Fixed a few typos & some formatting.
This commit is contained in:
Jaysyn904
2025-02-07 19:11:46 -05:00
parent 23de032b00
commit 4fb9f2783b
18 changed files with 76 additions and 82 deletions

View File

@@ -18,7 +18,7 @@ const string ALLOW_CLASS_ANIMAL = "PRC_AllowAnimal";
const string ALLOW_CLASS_BEAST = "PRC_AllowBeast";
const string ALLOW_CLASS_CONSTRUCT = "PRC_AllowConstruct";
const string ALLOW_CLASS_DRAGON = "PRC_AllowDragon";
const string ALLOW_CLASS_ELEMENTAL = "PRC_PrereqEle";
const string ALLOW_CLASS_ELEMENTAL = "PRC_AllowEle";
const string ALLOW_CLASS_FEY = "PRC_AllowFey";
const string ALLOW_CLASS_GIANT = "PRC_AllowGiant";
const string ALLOW_CLASS_HUMANOID = "PRC_AllowHumanoid";