Tweak rewind gun

This commit is contained in:
2022-12-30 11:43:29 +00:00
parent 5bc764655d
commit 29d6307076
9 changed files with 24 additions and 15 deletions
+1 -1
View File
@@ -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)