Runepouch: Trouver parchment support (#2068)
Runepouch: Trouver parchment support Co-authored-by: Owain van Brakel <owain.vanbrakel@gmail.com>
This commit is contained in:
@@ -78,7 +78,7 @@ public class RunepouchOverlay extends WidgetItemOverlay
|
||||
@Override
|
||||
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user