Play around with terminal messages
This commit is contained in:
@@ -158,8 +158,7 @@ tryPickupSelected k mpos w = do
|
||||
_ -> foldl' (flip $ pickUpItem 0) w ispickup & newdisel (length (cr ^. crInv)) xs
|
||||
where
|
||||
newdisel j xs =
|
||||
hud . diSelection
|
||||
?~ Sel 0 j (IS.fromDistinctAscList [j .. j + IS.size xs -1])
|
||||
hud . diSelection ?~ Sel 0 j (IS.fromDistinctAscList [j .. j + IS.size xs -1])
|
||||
g i = do
|
||||
NInt j <- w ^? hud . closeItems . ix i
|
||||
w ^? cWorld . lWorld . items . ix j
|
||||
|
||||
Reference in New Issue
Block a user