This commit is contained in:
2024-11-29 10:06:59 +00:00
parent 8d6b44e9f4
commit a9edab0e31
3 changed files with 5 additions and 14 deletions
+3 -1
View File
@@ -139,4 +139,6 @@ shoulderSH = translateSHz 20
drawEquipment :: Creature -> SPic
{-# INLINE drawEquipment #-}
drawEquipment cr = foldMap (itemEquipPict cr . fmap (\(a, b, _) -> CItem a b)) (invLDT $ _crInv cr)
drawEquipment cr = foldMap
(itemEquipPict cr . fmap (\(a, b, _) -> CItem a b))
(invLDT $ _crInv cr)