public void AltHP() { if (hp > hp_Max) { hp = hp_Max; } if (hp_Temp != hp) { uiManagement.HPUIChange(hp, pNum); } hp_Temp = hp; }