fix HP/TP results in $matcount

This commit is contained in:
Martin Michelsen
2023-11-07 21:39:28 -08:00
parent af43756899
commit aa577b4b63
3 changed files with 11 additions and 19 deletions
-6
View File
@@ -385,12 +385,6 @@ PlayerRecordsBB_Challenge::operator PlayerRecordsV3_Challenge<false>() const {
return ret;
}
PlayerInventory::PlayerInventory()
: num_items(0),
hp_materials_used(0),
tp_materials_used(0),
language(0) {}
void PlayerBank::add_item(const ItemData& item) {
uint32_t pid = item.primary_identifier();