Fixed issue with Force Missile Mage that made it unavailable

Fixed issue with Force Missile Mage that made it unavailable.  Fixed Grey Elf issue taking Arcane Archer.  HiPS shouldn't be a useable feat.  Knight of the Weave should be able to take Dragon Disciple.
Added bat polymorph type for future crap & builders.  JoWaW is a 3/4 AB class.  Updated release archive.
This commit is contained in:
Jaysyn904
2025-02-24 17:01:31 -05:00
parent 10e19e74d0
commit b01bf0bac7
70 changed files with 580 additions and 569 deletions

View File

@@ -532,7 +532,7 @@ void ShieldSpecialization(object oInitiator)
ip = GetNextItemProperty(oItem);
}
//FloatingTextStringOnCreature("Adding Shield Specialization bonus of "+IntToString(iTemp+1), oInitiator, FALSE);
if (DEBUG) DoDebug("Adding Shield Specialization bonus of "+IntToString(iTemp+1));
IPSafeAddItemProperty(oItem, ItemPropertyACBonus(iTemp+1), 5.95, X2_IP_ADDPROP_POLICY_REPLACE_EXISTING, FALSE, TRUE);
}
}