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:
Jaysyn904
2026-01-09 13:39:53 -05:00
parent e810f20094
commit 87b2622b0c
20 changed files with 1021 additions and 130 deletions

View File

@@ -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;