tsitu / MH-Tools

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

use regex to match cheese in best setup fields #287

Closed SuperMari0s closed 7 months ago

SuperMari0s commented 7 months ago

use regex to match cheese to avoid matching cheesecake and properly load the cheeses in Floating Islands

hymccord commented 7 months ago

Usually changes to setup items requires the same changes in bm-cre.js but it looks like it already has this change.

Double check just to make sure. Otherwise it's good.

SuperMari0s commented 7 months ago

Yea seems like it's already updated: userCheese = userCheese.replace(/ Cheese$/,'');