Bugfixes & a new release.

Fixed: Paladins not getting Scythe Prof, Elves not getting Elven blade prof when they had martial group prof, Missing Practiced Spellcaster (KotW) feat, bugs in prc_inc_spells, spell targeting bugs (found more), FMM / Warmage marker feat error, JoWaW spellcasting, KotW tlk error in 1st lvl spell list.  New release.
This commit is contained in:
Jaysyn904
2023-08-27 18:50:52 -04:00
parent e40a86c0fe
commit 77ca022f02
14 changed files with 1106 additions and 1140 deletions

View File

@@ -2276,15 +2276,17 @@ const int FEAT_FOCUSED_SPELL_PENETRATION_EVOCATION = 3132;
const int FEAT_FOCUSED_SPELL_PENETRATION_ILLUSION = 3133;
const int FEAT_FOCUSED_SPELL_PENETRATION_NECROMANCY = 3134;
const int FEAT_FOCUSED_SPELL_PENETRATION_TRANSMUTATION = 3135;
const int FEAT_DISCIPLE_OF_SUN = 3127;
const int FEAT_EMPOWER_TURNING = 3126;
const int FEAT_IMPROVED_TURNING = 3055;
const int FEAT_PRACTICED_SPELLCASTER_BARD = 3121;
const int FEAT_PRACTICED_SPELLCASTER_CLERIC = 3122;
const int FEAT_PRACTICED_SPELLCASTER_DRUID = 3123;
const int FEAT_PRACTICED_SPELLCASTER_SORCERER = 3124;
const int FEAT_PRACTICED_SPELLCASTER_WIZARD = 3125;
const int FEAT_PRACTICED_SPELLCASTER_KOTW = 3312;
const int FEAT_PRACTICED_SPELLCASTER_PALADIN = 24086;
const int FEAT_PRACTICED_SPELLCASTER_RANGER = 24087;
const int FEAT_PRACTICED_SPELLCASTER_ASSASSIN = 24088;