Updated for updated PRC8 functions
Updated for updated PRC8 functions. Full compile. Updated spell & ability haks. Updated release archive.
This commit is contained in:
@@ -138,7 +138,7 @@ void BuildMindblade(object oPC, object oMbld, int nMbldType)
|
||||
int nSKLevel = GetLevelByClass(CLASS_TYPE_SOULKNIFE, oPC);
|
||||
/* if(GetHasFeat(FEAT_PRACTICED_MIND_BLADE, oPC)){
|
||||
int nNonSoulKnifeLevels = GetHitDice(oPC) - nSKLevel;
|
||||
nSKLevel += min(nNonSoulKnifeLevels, 4);
|
||||
nSKLevel += PRCMin(nNonSoulKnifeLevels, 4);
|
||||
} */
|
||||
int nEnh;
|
||||
// The first actual enhancement bonus is gained at L4, but the mindblade needs to
|
||||
|
Reference in New Issue
Block a user