aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/utils
diff options
context:
space:
mode:
authorHiZe <super@hize.be>2024-06-22 09:51:55 +0200
committerGitHub <noreply@github.com>2024-06-22 09:51:55 +0200
commit42b3ba09916c32c70666991c8a3e479f07373a6f (patch)
treeb729e579638512358461d7cf20d5c61bee059b6e /src/main/java/at/hannibal2/skyhanni/utils
parent608372e88be6a33197397d1e3f5c962dc7fd7b73 (diff)
downloadskyhanni-42b3ba09916c32c70666991c8a3e479f07373a6f.tar.gz
skyhanni-42b3ba09916c32c70666991c8a3e479f07373a6f.tar.bz2
skyhanni-42b3ba09916c32c70666991c8a3e479f07373a6f.zip
Add: Special stray rabbit screen flashing (#2040)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/utils')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/utils/SoundUtils.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/utils/SoundUtils.kt b/src/main/java/at/hannibal2/skyhanni/utils/SoundUtils.kt
index 2a5f7e0e0..423747b79 100644
--- a/src/main/java/at/hannibal2/skyhanni/utils/SoundUtils.kt
+++ b/src/main/java/at/hannibal2/skyhanni/utils/SoundUtils.kt
@@ -86,6 +86,7 @@ object SoundUtils {
errorSound.playSound()
}
+ // TODO use duration for delay
fun repeatSound(delay: Long, repeat: Int, sound: ISound) {
SkyHanniMod.coroutineScope.launch {
repeat(repeat) {