Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Psionic/MC training lowers existing skill to skill cap #1417

Open
seanwlx opened this issue May 7, 2023 · 0 comments
Open

Psionic/MC training lowers existing skill to skill cap #1417

seanwlx opened this issue May 7, 2023 · 0 comments
Assignees

Comments

@seanwlx
Copy link

seanwlx commented May 7, 2023

Not sure if this is intended behavior or not, but the (monthly) psi/mc training code resets the skill to the skill cap even if it was raised above the cap through battle experience. This is both unintuitive and different from the original games' behavior of allowing training to increase the skill beyond the cap.

Since it's trivial to fix I'd be happy to submit a PR.

if (_currentStats.psiSkill > psiSkillCap) _currentStats.psiSkill = psiSkillCap;

reprosave.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants