Commit before making hotkeys attach to item ids, not inv ids

This commit is contained in:
2024-12-31 00:34:47 +00:00
parent 87f068f01a
commit 1e7dcbfded
15 changed files with 283 additions and 246 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ data UseFocus
deriving (Eq, Show, Read)
data UseCondition
= MustBeHeld
= UseableWhenAimed
| UseableAnytime
deriving (Eq, Show, Read)