diff --git a/src/App.vue b/src/App.vue
index cad4a43..da12eb4 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -207,8 +207,6 @@ function calcBrightness(level: number, row: number) {
}
function selectTool(item: InventoryItem) {
- // only tools and weapons can be selected
- // if (item.type !== 'tool' && item.type !== 'weapon') return
inventorySelection.value = item
}
diff --git a/src/screens/inventory.vue b/src/screens/inventory.vue
index 165b95a..6988e68 100644
--- a/src/screens/inventory.vue
+++ b/src/screens/inventory.vue
@@ -1,5 +1,5 @@
+
Inventory
@@ -55,11 +86,57 @@ function setSelection(i: number) {
+