Allow for inventory item bolding

This commit is contained in:
2025-12-09 22:46:57 +00:00
parent bf8c538491
commit 851b26262a
18 changed files with 274 additions and 225 deletions
+1
View File
@@ -30,6 +30,7 @@ combineList = map f . combineItemListYouX
, _siColor = itemInvColor $ baseCI itm
, _siOffX = 2
, _siPayload = Just $ CombItem is itm
, _siDisplayMod = NoSIDisplayMod
}
combineItemListYouX :: World -> [([Int], Item)]