Fixed Incandescent Champion not getting Essentia
Fixed Incandescent Champion not getting Essentia & Thrallherd getting the wrong bonus powers. (thanks @barmlot)
This commit is contained in:
@@ -25,7 +25,7 @@ void main()
|
||||
)
|
||||
{
|
||||
if(DEBUG) DoDebug("psi_thrallherd: Adding Psionic Charm");
|
||||
AddPowerKnown(oPC, nClass, 11, TRUE, GetHitDice(oPC));
|
||||
AddPowerKnown(oPC, nClass, 12, TRUE, GetHitDice(oPC));
|
||||
SetKnownPowersModifier(oPC, nClass, ++nPowerTotal);
|
||||
SetPersistantLocalInt(oPC, "PRC_Thrallherd_CharmGained", TRUE);
|
||||
}
|
||||
@@ -35,7 +35,7 @@ void main()
|
||||
)
|
||||
{
|
||||
if(DEBUG) DoDebug("psi_thrallherd: Adding Psionic Dominate");
|
||||
AddPowerKnown(oPC, nClass, 167, TRUE, GetHitDice(oPC));
|
||||
AddPowerKnown(oPC, nClass, 193, TRUE, GetHitDice(oPC));
|
||||
SetKnownPowersModifier(oPC, nClass, ++nPowerTotal);
|
||||
SetPersistantLocalInt(oPC, "PRC_Thrallherd_DominateGained", TRUE);
|
||||
}
|
||||
|
Reference in New Issue
Block a user