Remove LDTs from orientations + item shapes

This commit is contained in:
2025-07-10 22:24:09 +01:00
parent cd46f34787
commit f8595d353b
5 changed files with 94 additions and 95 deletions
+1 -1
View File
@@ -135,4 +135,4 @@ shoulderSH = translateSHz 20
drawEquipment :: Creature -> SPic
{-# INLINE drawEquipment #-}
drawEquipment cr = foldMap (itemEquipPict cr) (invLDT $ _crInv cr)
drawEquipment cr = foldMap (itemEquipPict cr) (invDT $ _crInv cr)