Add support for rune pouch (l) to rune pouch overlay (#10331)
This commit is contained in:
@@ -76,7 +76,7 @@ public class RunepouchOverlay extends WidgetItemOverlay
|
|||||||
@Override
|
@Override
|
||||||
public void renderItemOverlay(Graphics2D graphics, int itemId, WidgetItem itemWidget)
|
public void renderItemOverlay(Graphics2D graphics, int itemId, WidgetItem itemWidget)
|
||||||
{
|
{
|
||||||
if (itemId != ItemID.RUNE_POUCH)
|
if (itemId != ItemID.RUNE_POUCH && itemId != ItemID.RUNE_POUCH_L)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user