Added Vow of Poverty
Added Vow of Poverty, Jaebrin, Hobgoblin Warsoul & Forsaker fixes (thanks PRC5 & @Fencas). Added iprp_matcost.2da for new materials. Updated PRC8 Tester module. Cohorts updated to support 8 classes. Fixed ranged disarm w/ Fighter. Updated release archive.
This commit is contained in:
@@ -243,7 +243,7 @@ void CastDomainSpell(object oPC, int nSlot, int nLevel)
|
||||
if(!nCount)
|
||||
{
|
||||
int n;
|
||||
for(n = 1; n < 8; n++)
|
||||
for(n = 1; n < 9; n++)
|
||||
{
|
||||
nClass = GetClassByPosition(n, oPC);
|
||||
|
||||
|
Reference in New Issue
Block a user