Allow filtering of combinations with mouse click on inventory
This commit is contained in:
@@ -21,6 +21,7 @@ data HUDElement
|
||||
, _diInvFilter :: Maybe String
|
||||
, _diCloseFilter :: Maybe String
|
||||
, _diSelectionExtra :: Int
|
||||
, _diMouseOver :: Maybe (Int, Int)
|
||||
}
|
||||
| DisplayCarte
|
||||
|
||||
@@ -33,7 +34,6 @@ data MouseInventorySelection
|
||||
data SubInventory
|
||||
= NoSubInventory
|
||||
{ _nsSelected :: MouseInventorySelection
|
||||
, _nsMouseOver :: Maybe (Int, Int)
|
||||
}
|
||||
| ExamineInventory
|
||||
| CombineInventory
|
||||
|
||||
Reference in New Issue
Block a user