Work towards adding external ammo sources
This commit is contained in:
@@ -172,12 +172,9 @@ drawRBOptions cfig w = fromMaybe mempty $ do
|
||||
examineInventoryExtra :: Maybe Int -> Configuration -> Picture
|
||||
examineInventoryExtra mtweaki cfig = fromMaybe mempty $ do
|
||||
tweaki <- mtweaki
|
||||
-- consider moving this functionality out into a tweaks module
|
||||
--tparam <- mitm ^? _Just . itTweaks . tweakParams . ix tweaki
|
||||
return $
|
||||
toTopLeft cfig $
|
||||
translate subInvX (-71) $
|
||||
--listCursorChooseBorderScale 0 1 [North,South,West] tweaki 0 white (length $ showTweak tparam) 1
|
||||
listCursorChooseBorderScale 0 1 [North, South, West] tweaki 0 white 10 1
|
||||
|
||||
combineInventoryExtra :: SelectionSections CombinableItem -> Configuration -> World -> Picture
|
||||
|
||||
Reference in New Issue
Block a user