Start allowing for more granular control of remote projectiles, cleanup
This commit is contained in:
@@ -289,8 +289,8 @@ drawRBOptions cfig w = fromMaybe mempty $ do
|
||||
| a == b - 1 = listCursorChooseBorderScale 0 1 (bc South) curpos 0 white 7 1
|
||||
| otherwise = mempty
|
||||
otheritem j = fromMaybe "" $ do
|
||||
itm <- you w ^? crInv . ix j
|
||||
return $ itemBaseName itm
|
||||
itype <- you w ^? crInv . ix j . itType
|
||||
return $ itemBaseName ittype
|
||||
|
||||
equipAllocString :: EquipmentAllocation -> String
|
||||
equipAllocString = \case
|
||||
|
||||
Reference in New Issue
Block a user