item prices: show negative high alch profits too
This commit is contained in:
@@ -251,7 +251,7 @@ class ItemPricesOverlay extends Overlay
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (haProfit > 0)
|
if (haProfit != 0)
|
||||||
{
|
{
|
||||||
Color haColor = haProfitColor(haProfit);
|
Color haColor = haProfitColor(haProfit);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user