Marrusalts are large creatures
Marrusalts are large creatures. Updated Vow of Poverty to function more like Pen & Paper. (@fencas) Updated release archive.
This commit is contained in:
@@ -26,7 +26,8 @@ void main()
|
||||
object oCompSkin = GetPCSkin(oComp);
|
||||
|
||||
//Exalted Companion
|
||||
if(GetHasFeat(FEAT_EXALTED_COMPANION, oPC) && GetAlignmentGoodEvil(oPC) == ALIGNMENT_GOOD)
|
||||
if((GetHasFeat(FEAT_EXALTED_COMPANION, oPC) || GetPersistantLocalInt(oPC, "VoPFeat"+IntToString(FEAT_EXALTED_COMPANION)))
|
||||
&& GetAlignmentGoodEvil(oPC) == ALIGNMENT_GOOD)
|
||||
ApplyExaltedCompanion(oComp, oCompSkin);
|
||||
|
||||
//Talontar Blightlord's Illmaster
|
||||
|
Reference in New Issue
Block a user