Implement remote screen for launcher projectiles
This commit is contained in:
@@ -145,7 +145,7 @@ showEquipmentNumber _ itm = case _eeUse ee of
|
||||
-- <|> Just [x]
|
||||
|
||||
showLoadedAmount :: Item -> String
|
||||
showLoadedAmount itm = fromMaybe [] $ fmap show $ itm ^? itUse . amagLoadStatus . iaLoaded
|
||||
showLoadedAmount itm = maybe [] show $ itm ^? itUse . amagLoadStatus . iaLoaded
|
||||
|
||||
--showReloadProgress :: Creature -> Item -> String
|
||||
--showReloadProgress _ itm = fromMaybe [] $ do
|
||||
|
||||
Reference in New Issue
Block a user