aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-02-07 22:56:18 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-02-07 22:56:18 +0100
commitc950ead540848412489e74dd4f2d0f6b9c74147e (patch)
treeec129ed864de36671202a148c014314ede2668f6 /src
parentd1c02e2c71a81057c5ad0975e754c419728d9ebc (diff)
downloadskyhanni-c950ead540848412489e74dd4f2d0f6b9c74147e.tar.gz
skyhanni-c950ead540848412489e74dd4f2d0f6b9c74147e.tar.bz2
skyhanni-c950ead540848412489e74dd4f2d0f6b9c74147e.zip
Added stranded support
Diffstat (limited to 'src')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/data/HyPixelData.kt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/data/HyPixelData.kt b/src/main/java/at/hannibal2/skyhanni/data/HyPixelData.kt
index 30e03732e..174c5d3d0 100644
--- a/src/main/java/at/hannibal2/skyhanni/data/HyPixelData.kt
+++ b/src/main/java/at/hannibal2/skyhanni/data/HyPixelData.kt
@@ -113,6 +113,9 @@ class HyPixelData {
ironman = true
}
+ " §a☀ §aStranded" -> {
+ stranded = true
+ }
}
}