| 94 | } |
| 95 | |
| 96 | ItemPtr PlayerInventory::itemsAt(InventorySlot const& slot) const { |
| 97 | return retrieve(slot); |
| 98 | } |
| 99 | |
| 100 | ItemPtr PlayerInventory::stackWith(InventorySlot const& slot, ItemPtr const& items) { |
| 101 | if (!items || items->empty()) |
no outgoing calls
no test coverage detected