From 08469f8d06996e41fdc72b4a00c4f0a45604b877 Mon Sep 17 00:00:00 2001 From: Not a cow <104355555+Not-a-cowfr@users.noreply.github.com> Date: Tue, 22 Oct 2024 23:28:10 -0700 Subject: Fix: change spook solver color (#2798) --- .../java/at/hannibal2/skyhanni/features/event/spook/TheGreatSpook.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/at/hannibal2/skyhanni/features/event/spook/TheGreatSpook.kt b/src/main/java/at/hannibal2/skyhanni/features/event/spook/TheGreatSpook.kt index 0ada2ca8e..cf3896114 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/event/spook/TheGreatSpook.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/event/spook/TheGreatSpook.kt @@ -85,7 +85,7 @@ object TheGreatSpook { return } ChatUtils.clickToActionOrDisable( - "The answer is: $answer", + "The answer is: §b$answer", config.primalFearSolver::math, actionName = "Send the answer", action = { -- cgit