diff options
| author | Not a cow <104355555+Not-a-cowfr@users.noreply.github.com> | 2024-10-22 23:28:10 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-23 17:28:10 +1100 |
| commit | 08469f8d06996e41fdc72b4a00c4f0a45604b877 (patch) | |
| tree | a53345b5a98871963a31275c1d59058c4a1633cf | |
| parent | 4803fac9bfc87505f27f0ac9d99ef113c406c54c (diff) | |
| download | SkyHanni-08469f8d06996e41fdc72b4a00c4f0a45604b877.tar.gz SkyHanni-08469f8d06996e41fdc72b4a00c4f0a45604b877.tar.bz2 SkyHanni-08469f8d06996e41fdc72b4a00c4f0a45604b877.zip | |
Fix: change spook solver color (#2798)
| -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 = { |
