2025/06/10 afternoon update
Fixed incorrect action for Sublime Chord songs. Hopefully fixed Factotum Inspiration not accumulating after logging back in. Hopefully fixed Archmage SLA ability from grabbing wrong spell level for spell radials. Bluesteel Bracer script now add itself and not Bloodwar Bracers. Fixed Pearl of Black Doubt as good as NWN will allow. Fixed Diamond Dragon level up blocker.
This commit is contained in:
@@ -896,7 +896,7 @@ void DeletePRCLocalInts(object oSkin)
|
||||
// Sacred Fist
|
||||
DeleteLocalInt(oSkin,"SacFisMv");
|
||||
// Minstrel
|
||||
DeleteLocalInt(oSkin,"MinstrelSFBonus"); /// @todo Make ASF reduction compositable
|
||||
DeleteLocalInt(oSkin,"MinstrelSFBonus"); //:: @todo Make ASF reduction compositable
|
||||
// Nightshade
|
||||
DeleteLocalInt(oSkin,"ImmuNSWeb");
|
||||
DeleteLocalInt(oSkin,"ImmuNSPoison");
|
||||
@@ -929,7 +929,9 @@ void DeletePRCLocalInts(object oSkin)
|
||||
DeleteLocalInt(oSkin, "ThickerThanWater");
|
||||
//:: Crusader
|
||||
DeleteLocalInt(oPC, "DelayedDamageHB");
|
||||
|
||||
//:: Factotum
|
||||
DeleteLocalInt(oPC, "InspirationHB");
|
||||
|
||||
// Feats
|
||||
DeleteLocalInt(oPC, "ForceOfPersonalityWis");
|
||||
DeleteLocalInt(oPC, "ForceOfPersonalityCha");
|
||||
|
Reference in New Issue
Block a user