2025/01/09 Update
Fixed Displacer Mantle's shoulder bind. Maybe fixed Essesnce of Lifespark. Fixed Blackguard's Aura from effecting non-hostile creatures. Fixed name bug w/ Holy Water. Added 3 starting packages for the Archivist. Updated PRC8 version number. Reorganized packages.2da Added Package worksheet to notes.
This commit is contained in:
@@ -6,7 +6,7 @@ void main()
|
||||
object oTarget = GetEnteringObject();
|
||||
|
||||
// Apply the Aura of Despair penalties to hostiles only.
|
||||
if (GetIsReactionTypeHostile(oTarget, oPC))
|
||||
if (GetIsEnemy(oTarget, oPC))
|
||||
{
|
||||
int nPen = 2;
|
||||
if (GetHasFeat(FEAT_IMPROVED_AURA_OF_DESPAIR, oPC)) nPen += 2;
|
||||
|
||||
Reference in New Issue
Block a user