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:
@@ -118,7 +118,7 @@ void RunImpact(object oTarget, location lTarget, object oManifester, int nSpellI
|
||||
nRound = 0;
|
||||
|
||||
// Schedule next check
|
||||
DelayCommand(6.0f, RunImpact(oTarget, GetLocation(oTarget), oManifester, nSpellID, nDC, nRound, bGoingToDie));
|
||||
DelayCommand(6.0f, RunImpact(oTarget, lTarget, oManifester, nSpellID, nDC, nRound, bGoingToDie));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user