From a830bc5572cd07e2f97df90ffb802a9f90f04545 Mon Sep 17 00:00:00 2001 From: Jordan Atwood Date: Thu, 26 May 2022 11:25:29 -0700 Subject: [PATCH] item stats: Fix jangerberries stats --- .../net/runelite/client/plugins/itemstats/ItemStatChanges.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/itemstats/ItemStatChanges.java b/runelite-client/src/main/java/net/runelite/client/plugins/itemstats/ItemStatChanges.java index ef0cc5708d..dd322cd3fc 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/itemstats/ItemStatChanges.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/itemstats/ItemStatChanges.java @@ -325,7 +325,7 @@ public class ItemStatChanges add(combo(range(food(1), food(3)), heal(RUN_ENERGY, 10)), PURPLE_SWEETS_10476); add(new SpicyStew(), SPICY_STEW); add(imbuedHeart, IMBUED_HEART); - add(combo(boost(STRENGTH, 1), heal(PRAYER, 1), heal(DEFENCE, -1)), JANGERBERRIES); + add(combo(boost(ATTACK, 2), boost(STRENGTH, 1), heal(PRAYER, 1), heal(DEFENCE, -1)), JANGERBERRIES); add(new CaveNightshade(), CAVE_NIGHTSHADE); // Gauntlet items