Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - Pathfinder Roleplaying Game (http://forums.wolflair.com/forumdisplay.php?f=62)
-   -   PUPreRegs (http://forums.wolflair.com/showthread.php?t=67761)

Dragon5e April 19th, 2023 10:49 AM

PUPreRegs
 
There's one slight bug in this procedure. I could not figure how to override this so I had to modify this directly. What happening is you're a Soulknife and pick something like Focused Defense that has both PUBladeSk and PUFeBlSk it won't count the bonus levels from thing like Fighter's Blade feat.
Code is if (focus.tagis[abCategory.PUBladeSk] + focus.tagis[abCategory.PUFeHeBlSk] = 1) then

I changed it to include >= 1
if (focus.tagis[abCategory.PUBladeSk] + focus.tagis[abCategory.PUFeHeBlSk] >= 1) then

Now it will recognize the extra levels for bladeskills prereq if you got both tags on a blade skill.


All times are GMT -8. The time now is 07:47 AM.

Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.