()
| 1820 | } |
| 1821 | |
| 1822 | func (c *Character) GetAllBackpackItems() []items.Item { |
| 1823 | return append([]items.Item{}, c.Items...) |
| 1824 | } |
| 1825 | |
| 1826 | // BestUpgrades returns a map of equipment slot -> best backpack item that |
| 1827 | // beats whatever is currently worn in that slot (or fills an empty slot). |
no outgoing calls
no test coverage detected