item prices: show negative high alch profits too

This commit is contained in:
Adam
2019-02-21 10:43:47 -05:00
parent 3c1da4bb1e
commit 66997ac71b

View File

@@ -251,7 +251,7 @@ class ItemPricesOverlay extends Overlay
}
}
if (haProfit > 0)
if (haProfit != 0)
{
Color haColor = haProfitColor(haProfit);