mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-22 18:31:34 -05:00
Recalc h/w for PA8
Already did for PB7
This commit is contained in:
@@ -107,7 +107,7 @@ public void InitializeBinding()
|
||||
private void UpdateStats()
|
||||
{
|
||||
Stats.UpdateStats();
|
||||
if (Entity is PB7)
|
||||
if (Entity is IScaledSizeAbsolute)
|
||||
SizeCP.TryResetStats();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user