Fix wristArmour drop bug
This commit is contained in:
@@ -134,7 +134,8 @@ drawNoSubInventory cfig w =
|
||||
invid <- cr ^. crLeftInvSel . lisMPos
|
||||
sss <- w ^? hud . hudElement . diSections
|
||||
pos <- selSecSelPos 0 invid sss
|
||||
return $ listTextPictureAt 144 0 cfig pos . color cyan . text . eqPosText $_crInvEquipped cr IM.! invid
|
||||
return $ listTextPictureAt 144 0 cfig pos . color cyan . text . eqPosText
|
||||
$ _crInvEquipped cr IM.! invid
|
||||
f col invid epos = fromMaybe mempty $ do
|
||||
sss <- w ^? hud . hudElement . diSections
|
||||
pos <- selSecSelPos 0 invid sss
|
||||
|
||||
Reference in New Issue
Block a user