Refresh PP on applying suggested moves

Closes #2655
pretty sure the FieldsLoaded is preventing the pp refresh, so just manually do it
This commit is contained in:
Kurt
2020-01-22 09:24:25 -08:00
parent 4ea2be250f
commit 225d5d0698

View File

@@ -702,6 +702,7 @@ private bool SetSuggestedMoves(bool random = false, bool silent = false)
Entity.SetMoves(m);
FieldsLoaded = false;
LoadMoves(Entity);
ClickPP(null, EventArgs.Empty);
FieldsLoaded = true;
return true;
}