This commit is contained in:
aozhiwei 2021-09-03 17:53:20 +08:00
parent 7491fc17a0
commit 9d14513bd1

View File

@ -1367,7 +1367,9 @@ void Human::RecalcBaseAttr()
def += helmet_meta->i->def();
}
SetDef(def);
#if 0
SetMaxHP(std::max(GetHP(), GetMaxHP()));
#endif
}
int Human::GetVolume(int slot_id)