aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-02 21:44:32 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-02 21:44:32 +0100
commit4ba71e645fae9e56b9ca44b682a178dbdedb46b0 (patch)
treef305fe32f8591e0a8b399ac964a4eaa056bc4e95 /src/main/java
parentf008d0792aa369c55ad69b7c63c36a91fb6a04c6 (diff)
downloadskyhanni-4ba71e645fae9e56b9ca44b682a178dbdedb46b0.tar.gz
skyhanni-4ba71e645fae9e56b9ca44b682a178dbdedb46b0.tar.bz2
skyhanni-4ba71e645fae9e56b9ca44b682a178dbdedb46b0.zip
Add island requirements
Diffstat (limited to 'src/main/java')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/bingo/BingoNextStepHelper.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/bingo/BingoNextStepHelper.kt b/src/main/java/at/hannibal2/skyhanni/features/bingo/BingoNextStepHelper.kt
index f02da736e..f3d29efcb 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/bingo/BingoNextStepHelper.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/bingo/BingoNextStepHelper.kt
@@ -281,7 +281,7 @@ class BingoNextStepHelper {
).apply { createItemIslandRequirement(itemName, this) }
redstoneForThys requires IslandType.DEEP_CAVERNS.getStep()
IslandType.DWARVEN_MINES.getStep() requires redstoneForThys
- IslandType.DWARVEN_MINES.getStep() requires SkillLevelStep("Mining", 12)
+ IslandType.DWARVEN_MINES.getStep() requires SkillLevelStep("Mining", 12).also { it requires IslandType.THE_FARMING_ISLANDS.getStep() }
IslandType.CRYSTAL_HOLLOWS.getStep() requires IslandType.DWARVEN_MINES.getStep()
// TODO add skyblock level requirement
@@ -294,7 +294,7 @@ class BingoNextStepHelper {
IslandType.DWARVEN_MINES.getStep().also { finalSteps.add(it) }
ChatMessageStep("Get Ender Armor").also { finalSteps.add(it) } requires IslandType.THE_END.getStep()
- IslandType.THE_END.getStep() requires SkillLevelStep("Combat", 12)
+ IslandType.THE_END.getStep() requires SkillLevelStep("Combat", 12).also { it requires IslandType.DEEP_CAVERNS.getStep() }
// enchantedCharcoal(7)
// compactor(7)