Cleanup
This commit is contained in:
@@ -106,7 +106,7 @@ extraWeaponLinksBelow itm
|
||||
| otherwise = []
|
||||
|
||||
getAmmoLinks :: Item -> [ItemSF]
|
||||
getAmmoLinks itm = map (uncurry AmmoMagSF) (IM.toList $ itemAmmoSlots itm)
|
||||
getAmmoLinks = map (uncurry AmmoMagSF) . IM.toList . itemAmmoSlots
|
||||
|
||||
itemToFunction :: Item -> ItemSF
|
||||
itemToFunction itm = case itm ^. itType of
|
||||
|
||||
Reference in New Issue
Block a user