Remove SelectionSections
This commit is contained in:
@@ -185,7 +185,7 @@ youDropItem :: World -> World
|
||||
youDropItem w = fromMaybe w $ do
|
||||
curpos <-
|
||||
you w ^? crManipulation . manObject . imSelectedItem
|
||||
<|> fmap fst (IM.lookupMax =<< w ^? hud . hudElement . diSections . sssSections . ix 0 . ssItems)
|
||||
<|> fmap fst (IM.lookupMax =<< w ^? hud . hudElement . diSections . ix 0 . ssItems)
|
||||
guard $ not $ _crInvLock (you w)
|
||||
return $
|
||||
w
|
||||
|
||||
Reference in New Issue
Block a user