Work on orienting and drawing attachments
This commit is contained in:
@@ -115,7 +115,7 @@ itemNumberDisplay cr itm = case iu of
|
||||
CraftUse -> []
|
||||
ConsumeUse {} -> []
|
||||
AttachUse {} -> []
|
||||
AmmoMagUse {} -> [maybe "" shortShow $ itm ^? itUse . amagLoadStatus . iaLoaded]
|
||||
UseAmmoMag {} -> [maybe "" shortShow $ itm ^? itUse . amagLoadStatus . iaLoaded]
|
||||
ScopeUse OpticScope {_opticZoom = x} -> [shortShow x]
|
||||
ScopeUse {} -> []
|
||||
TargetingUse {_tgPos = mp} -> [maybe "" shortShow mp]
|
||||
|
||||
Reference in New Issue
Block a user