Attach terminal to analyser (these should rather be combined)
This commit is contained in:
@@ -84,7 +84,10 @@ subInventoryDisplay subinv cfig w = case subinv of
|
||||
]
|
||||
DisplayTerminal {_termParams = tp} -> pictures
|
||||
[ invHead cfig "TERMINAL"
|
||||
, renderListAt subInvX 60 cfig . reverse $ take (_termMaxLines tp) (_termDisplayedLines tp)
|
||||
, renderListAt subInvX 60 cfig
|
||||
. reverse
|
||||
. take (_termMaxLines tp)
|
||||
$ _termDisplayedLines tp <&> ($ w)
|
||||
]
|
||||
CombineInventory mi -> pictures
|
||||
[ invHead cfig "COMBINE"
|
||||
|
||||
Reference in New Issue
Block a user