From c2f2fdc314a6c0290336c3cebc64b93301ca34f0 Mon Sep 17 00:00:00 2001 From: TheStonedTurtle Date: Fri, 13 Aug 2021 12:09:06 -0700 Subject: [PATCH] itemstats: Add Corrupted Paddlefish --- .../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 2016aa6dcb..8de3fe8715 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 @@ -212,7 +212,7 @@ public class ItemStatChanges add(combo(boost(ATTACK, 2), boost(STRENGTH, 1), heal(DEFENCE, -1)), JANGERBERRIES); // Gauntlet items - add(heal(HITPOINTS, 16), CRYSTAL_PADDLEFISH); + add(heal(HITPOINTS, 16), CRYSTAL_PADDLEFISH, CORRUPTED_PADDLEFISH); add(heal(HITPOINTS, 20), PADDLEFISH); add(new GauntletPotion(), EGNIOL_POTION_1, EGNIOL_POTION_2, EGNIOL_POTION_3, EGNIOL_POTION_4);