aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/features/misc
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-03-26 18:33:07 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-03-26 18:33:07 +0100
commite7a378eab8ce9697538cab722a25def96964ba79 (patch)
tree69241ee620bc81703d0bd69908dab2fde1811749 /src/main/java/at/hannibal2/skyhanni/features/misc
parentbfb75438ed4a82a0c8f66cc8ecfc4ca0fabac4b7 (diff)
downloadskyhanni-e7a378eab8ce9697538cab722a25def96964ba79.tar.gz
skyhanni-e7a378eab8ce9697538cab722a25def96964ba79.tar.bz2
skyhanni-e7a378eab8ce9697538cab722a25def96964ba79.zip
minor fix to description
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/misc')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/misc/MovementSpeedDisplay.kt11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/misc/MovementSpeedDisplay.kt b/src/main/java/at/hannibal2/skyhanni/features/misc/MovementSpeedDisplay.kt
index 7f412a0c6..7e145ba34 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/misc/MovementSpeedDisplay.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/misc/MovementSpeedDisplay.kt
@@ -23,15 +23,8 @@ class MovementSpeedDisplay {
companion object {
/**
- * This speed value represents the walking speed, not the speed stat.
- *
- * It has an absolute speed cap of 500, and items that normally increase the cap do not apply here:
- * (Black Cat pet, Cactus knife, Racing Helmet or Young Dragon Armor)
- *
- * If this information ever gets abstracted away and made available outside this class,
- * and some features need the actual value of the Speed stat instead,
- * we can always just have two separate variables, like walkSpeed and speedStat.
- * But since this change is confined to Garden-specific code, it's fine the way it is for now.
+ * This speed value represents the movement speed in blocks per second.
+ * This has nothing to do with the speed stat.
*/
var speed = 0.0
var usingSoulsandSpeed = false