Piercing Cold now inflicts untyped damage
Piercing Cold now inflicts untyped damage. Cleaned up Midnight Augmentation. Dread Necromancer is an Arcane class. Expanded Iron Mind for epic progression. Expanded War Mind for epic progression. Fixed Gloura / Bard / Sublime Chord issues. Restored Nezumi race. Reverted Bard Armored spellcasting (change originally made due to incorrect SRD). Fixed Aura of Despair to only affect hostiles. Fixed damage cap on Disintegrate. Fixed bug where you could still wear armor under the effects of Luminous Armor. Fixed PsyWar bug with NUI Spellcast menu (@rakiov).
This commit is contained in:
@@ -240,7 +240,7 @@ json CreateSpellbookCircleButtons(int nClass)
|
||||
int i;
|
||||
// Get the current selected circle and the class caster level.
|
||||
int currentCircle = GetLocalInt(OBJECT_SELF, PRC_SPELLBOOK_SELECTED_CIRCLE_VAR);
|
||||
int casterLevel = GetPrCAdjustedCasterLevel(nClass, OBJECT_SELF);
|
||||
int casterLevel = GetCasterLevelByClass(nClass, OBJECT_SELF);
|
||||
|
||||
// Get what the lowest level of a circle is for the class (some start at 1,
|
||||
// some start higher, some start at cantrips)
|
||||
|
Reference in New Issue
Block a user