Tweak rewind gun
This commit is contained in:
@@ -121,7 +121,7 @@ drawNoSubInventory cfig w =
|
||||
cfig
|
||||
(Just i)
|
||||
(inventorySelectionList w)
|
||||
equipcursor = case _crLeftInvSel cr of
|
||||
equipcursor = case cr ^. crLeftInvSel . lisMPos of
|
||||
Just invid -> f cyan invid (_crInvEquipped cr IM.! invid)
|
||||
_ -> mempty
|
||||
equipcursors = IM.foldMapWithKey (f yellow) (_crInvEquipped cr)
|
||||
|
||||
Reference in New Issue
Block a user