Decomp ItemManager::GetMaxShipPartCount

This commit is contained in:
Aetias
2024-02-18 12:33:58 +01:00
parent 13a132ba13
commit 85c6d524aa
2 changed files with 4 additions and 7 deletions
+4
View File
@@ -334,3 +334,7 @@ THUMB u16 ItemManager::GetMaxAmmo(ItemFlag equipId) const {
default: return 1;
}
}
THUMB u8 ItemManager::GetMaxShipPartCount() const {
return 99;
}