aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at
diff options
context:
space:
mode:
authorLuna <luna@alexia.lol>2024-05-31 12:26:29 +0200
committerGitHub <noreply@github.com>2024-05-31 20:26:29 +1000
commitd8b0d4bc0adc28927adb00b34f7b9852cd8a6b67 (patch)
treec0f36f3b91cc012c3939effa665b8c2140a2239b /src/main/java/at
parent0c6c929c65af4e4368c3500f9d497af56f398352 (diff)
downloadskyhanni-d8b0d4bc0adc28927adb00b34f7b9852cd8a6b67.tar.gz
skyhanni-d8b0d4bc0adc28927adb00b34f7b9852cd8a6b67.tar.bz2
skyhanni-d8b0d4bc0adc28927adb00b34f7b9852cd8a6b67.zip
Improvement: Reword maximum clicks message for experiments (#1963)
Diffstat (limited to 'src/main/java/at')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/inventory/SuperpairsClicksAlert.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/inventory/SuperpairsClicksAlert.kt b/src/main/java/at/hannibal2/skyhanni/features/inventory/SuperpairsClicksAlert.kt
index e9c8a717b..667e7854d 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/inventory/SuperpairsClicksAlert.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/inventory/SuperpairsClicksAlert.kt
@@ -56,7 +56,7 @@ class SuperpairsClicksAlert {
.any { it.value.stackSize > roundsNeeded })
) {
SoundUtils.playBeepSound()
- ChatUtils.chat("You have reached the maximum possible clicks!")
+ ChatUtils.chat("You have reached the maximum extra Superpairs clicks from this add-on!")
roundsNeeded = -1
}
}