Fixed Lolth's meat affecting undead & constructs

Fixed Lolth's meat affecting undead & constructs.  Fixed Frightful Prescence triggering on dead creatures.  Fixed shadowdancer weapon feats.  Added missing simple weapon feats.
This commit is contained in:
Jaysyn904
2024-09-09 20:24:56 -04:00
parent a284f0176d
commit b7eacd3b48
16 changed files with 145 additions and 105 deletions

View File

@@ -371,6 +371,12 @@ const int FEAT_WEAPON_PROFICIENCY_MAUL = 7947;
const int FEAT_WEAPON_PROFICIENCY_DOUBLE_SCIMITAR = 7948;
const int FEAT_WEAPON_PROFICIENCY_GOAD = 7949;
const int FEAT_WEAPON_PROFICIENCY_EAGLE_CLAW = 7950;
const int FEAT_WEAPON_PROFICIENCY_LIGHT_XBOW = 7951;
const int FEAT_WEAPON_PROFICIENCY_HEAVY_XBOW = 7952;
const int FEAT_WEAPON_PROFICIENCY_QUARTERSTAFF = 7953;
const int FEAT_WEAPON_PROFICIENCY_DAGGER = 7954;
const int FEAT_WEAPON_PROFICIENCY_CLUB = 7955;
//:: New Weapon Focus Feats
const int FEAT_WEAPON_FOCUS_LIGHT_LANCE = 24601;