From 1fdbbe23800bd6347e6f7e3de9362c7745e2c144 Mon Sep 17 00:00:00 2001 From: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> Date: Mon, 28 Aug 2023 20:02:24 +1000 Subject: Merge pull request #404 * Various /ff fixes --- src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main/java/at/hannibal2/skyhanni/config/commands') diff --git a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt index 0b4f8c6e9..0768e9f65 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt +++ b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt @@ -170,6 +170,10 @@ object Commands { "shdebugdata", "Prints debug data in the clipboard" ) { SkyHanniTestCommand.debugData(it) } + registerCommand( + "shcarrot", + "Toggles receiving the 12 fortune from carrots" + ) { CaptureFarmingGear.reverseCarrotFortune() } } private fun developersDebugFeatures() { -- cgit