Remove possiblity of displayed but non-focussed terminal
This commit is contained in:
@@ -56,7 +56,6 @@ accessTerminal mtmid w = fromMaybe w $ do
|
||||
tmid <- mtmid
|
||||
return $
|
||||
w & hud . hudElement . subInventory .~ DisplayTerminal tmid
|
||||
& cWorld . lWorld . terminals . ix tmid . tmInput . tiFocus .~ True
|
||||
& cWorld . lWorld . terminals . ix tmid %~ tryToBoot
|
||||
where
|
||||
tryToBoot tm = case _tmStatus tm of
|
||||
|
||||
Reference in New Issue
Block a user