Bug - Fixed In the Haunted Kitchen, slow progress isn't recognized

Bale

Minion
KoLmafia doesn't update manorDrawerCount if you only open a single drawer. Here's the html:

HTML:
<table><tr><td>You manage to dig through a single drawer looking for the key, but the constant demonic flames belching out of the oven results in the kitchen getting too hot for you, and you have to get out of it.<p>To add insult to injury, you don't find the key, just a pile of assorted screws.</td></tr></table>
 
I happened to have shortcut the manor unlock this run, so I could test the quick fix in the attached patch in aftercore. It seems to work fine.
 

Attachments

Oh. That's a simple and clever way to do it. I would have actually tried to improve the regexp, but now that you point it out I see that is entirely unnecessary.
 
15494. I went with a different approach, adding 1 if the regex isn't found, and skipping the regex check completely if you already have the key.
 
Back
Top