diff options
author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2023-08-28 20:02:24 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-28 12:02:24 +0200 |
commit | 1fdbbe23800bd6347e6f7e3de9362c7745e2c144 (patch) | |
tree | 99f95c30f4ff09b92998591b74c6607b65f5e3ea /src/main/java/at/hannibal2/skyhanni/config/commands | |
parent | 7c38caa1966996141e159997e85150a107fdd352 (diff) | |
download | skyhanni-1fdbbe23800bd6347e6f7e3de9362c7745e2c144.tar.gz skyhanni-1fdbbe23800bd6347e6f7e3de9362c7745e2c144.tar.bz2 skyhanni-1fdbbe23800bd6347e6f7e3de9362c7745e2c144.zip |
Merge pull request #404
* Various /ff fixes
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/commands')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt | 4 |
1 files changed, 4 insertions, 0 deletions
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() { |