| 655 | } |
| 656 | |
| 657 | Maybe<InventorySlot> PlayerInventory::customBarSecondarySlot(CustomBarIndex customBarIndex) const { |
| 658 | return m_customBar.at(m_customBarGroup, customBarIndex).second; |
| 659 | } |
| 660 | |
| 661 | void PlayerInventory::setCustomBarPrimarySlot(CustomBarIndex customBarIndex, Maybe<InventorySlot> slot) { |
| 662 | // The primary slot is not allowed to point to an empty item. |
no test coverage detected