Inventory: allow selection and dropping by dragging while filtering

This commit is contained in:
2024-11-20 19:58:24 +00:00
parent b750fe4186
commit efef41c9e1
5 changed files with 13 additions and 18 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ combineList = map f . combineItemListYouX
, _siIsSelectable = True
, _siColor = itemInvColor . pciToCI $ basePCI itm
, _siOffX = 0
, _siPayload = CombinableItem is itm []
, _siPayload = CombinableItem is itm
}
combineItemListYouX :: World -> [([Int], Item)]