Fix drag pickup bug
This commit is contained in:
@@ -138,7 +138,7 @@ tryPickupSelected k mpos w = do
|
||||
guard $ nfreeslots >= slotsneeded
|
||||
return $ case mpos of
|
||||
Just (0, j) ->
|
||||
foldr (pickUpItemAt j 0) w (IS.toList xs)
|
||||
foldr (pickUpItemAt j 0) w (map (_unNInt . _itID) itmstopickup)
|
||||
& hud . hudElement . diSelection
|
||||
?~ ( 0
|
||||
, j
|
||||
|
||||
Reference in New Issue
Block a user