Filter combine list more sensibly

This commit is contained in:
2022-12-31 12:34:21 +00:00
parent 67a13c1d01
commit beac123dd2
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ drawSubInventory subinv cfig w = case subinv of
NoSubInventory -> drawNoSubInventory cfig w
ExamineInventory mtweaki ->
titledSub
"TWEAK"
"EXAMINE"
(defaultSubInvSelectionList & slItems .~ ammoTweakSelectionItems itm)
<> examineInventoryExtra mtweaki itm cfig
DisplayTerminal tid -> displayTerminal tid cfig (w ^. cWorld . lWorld)