rename inventory to compendium (#1346)

![Screenshot from 2023-06-25 00-12-37](https://github.com/swarm-game/swarm/assets/261693/2e03a7b9-aa43-4a3b-bec0-16eb35c30fc8)

Closes #1139
This commit is contained in:
Karl Ostmo 2023-06-25 09:54:20 -07:00 committed by GitHub
parent 8c318c2a8e
commit 31c4844d6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -369,7 +369,7 @@ populateInventoryList (Just r) = do
matchesSearch (_, e) = maybe (const True) Fuzzy.test search (e ^. E.entityName)
items =
(r ^. robotInventory . to (itemList True mkInvEntry "Inventory"))
(r ^. robotInventory . to (itemList True mkInvEntry "Compendium"))
++ (r ^. equippedDevices . to (itemList False mkInstEntry "Equipped devices"))
-- Attempt to keep the selected element steady.