From d0d0cfc1249d78f3ab7abf8f12956b5a50ed12c7 Mon Sep 17 00:00:00 2001 From: Moritz Ruth Date: Sun, 14 Jun 2020 00:11:55 +0200 Subject: [PATCH] Decrease the volume of the Defibrillator sound --- .../de/moritzruth/spigot_ttt/game/items/impl/Defibrillator.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/de/moritzruth/spigot_ttt/game/items/impl/Defibrillator.kt b/src/main/kotlin/de/moritzruth/spigot_ttt/game/items/impl/Defibrillator.kt index a15755e..574701d 100644 --- a/src/main/kotlin/de/moritzruth/spigot_ttt/game/items/impl/Defibrillator.kt +++ b/src/main/kotlin/de/moritzruth/spigot_ttt/game/items/impl/Defibrillator.kt @@ -107,7 +107,7 @@ object Defibrillator: TTTItem, Buyable { tttPlayer.player.location, Resourcepack.Sounds.Item.Defibrillator.use, SoundCategory.PLAYERS, - 1F, + 0.8F, 1F )