diff options
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/event/spook/TheGreatSpook.kt | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { |
