tsitu / MH-Tools

Assortment of MouseHunt utilities
https://tsitu.github.io/MH-Tools/
Apache License 2.0
30 stars 35 forks source link

Iceberg Boiler base needs to be ultimate #200

Closed logicalup closed 2 years ago

logicalup commented 2 years ago

reported in discord: when I use the latest auto-loader bookmarklet from the CRE, it doesn't detect my iceberg boiler as an ultimate iceberg base it sets the area as "The Mad Depths" when it should be "The Mad Depths (Ultimate Iceberg)"

plasmoidia commented 2 years ago

The change would need to be made here: https://github.com/tsitu/MH-Tools/blob/b406513d3f77faf94542082ecdd070b96ccd7937/src/bookmarklet/bm-cre.js#L146

I think it just needs an or condition to check if the base is the Iceberg Boiler Base.

plasmoidia commented 2 years ago

IBB also needs UIB/Deep Freeze bonus stats here: https://github.com/tsitu/MH-Tools/blob/b406513d3f77faf94542082ecdd070b96ccd7937/src/main/shared-cre-setup.js#L383