Skip to content

Commit

Permalink
Fix: TunnelMaps area and missing stats for reforge helper (#2530)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunderblade73 authored Sep 17, 2024
1 parent 864a36f commit a7f0634
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ enum class SkyblockStat(val icon: String) {
FORAGING_FORTUNE("§☘"),
FARMING_FORTUNE("§6☘"),
MINING_FORTUNE("§6☘"),
FEAR("§a☠")
FEAR("§a☠"),
HEAT_RESISTANCE("§c♨"),
;

val capitalizedName = name.lowercase().allLettersFirstUppercase()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ object TunnelsMaps {
goal = getNext()
}

private val areas = setOf("Glacite Tunnels", "Dwarven Base Camp", "Glacite Lake", "Fossil Research Center")
private val areas = setOf("Glacite Tunnels", "Dwarven Base Camp", "Great Glacite Lake", "Fossil Research Center")

private fun isEnabled() = IslandType.DWARVEN_MINES.isInIsland() && config.enable && LorenzUtils.skyBlockArea in areas
}

0 comments on commit a7f0634

Please sign in to comment.