diff --git a/src/main/java/at/hannibal2/skyhanni/features/inventory/ItemDisplayOverlayFeatures.kt b/src/main/java/at/hannibal2/skyhanni/features/inventory/ItemDisplayOverlayFeatures.kt index 24baeb1f9a04..97a5a5737320 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/inventory/ItemDisplayOverlayFeatures.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/inventory/ItemDisplayOverlayFeatures.kt @@ -78,6 +78,11 @@ object ItemDisplayOverlayFeatures { "harvest", "§7§7You may harvest §6(?.).*", ) + + /** + * REGEX-TEST: Dungeon VII Potion + * REGEX-TEST: Dungeon VII Potion x1 + */ private val dungeonPotionPattern by patternGroup.pattern( "dungeonpotion", "Dungeon (?.*) Potion(?: x1)?",