Earlier while running my turns I encountered an error where mafia no longer can craft me a staff of ed.
Long story short, it looks like this change is at fault.
github.com
Removing this in my test environment fixes the error.
While poking at it, I noticed that there seems to be two seperate items, "[2268]Staff of Fats" and "Staff of Fats". With the creation trying to use the item with the first name, and my
So it looks like two separate items are registered or something. I didn't look too hard once I found the issue, bit busy sorry.
@Veracity
Long story short, it looks like this change is at fault.
Support for Crimbo23 Elf and Pirate Armory coinmasters by Veracity0 · Pull Request #2129 · kolmafia/kolmafia
All Crimbo23 coinmasters need registerRequest support Elf Guard temporary (permanent) tattoo has () in its name so does not parse correctly into an AdventureResult Add support for Elf and Pirate Ar...
Removing this in my test environment fixes the error.
While poking at it, I noticed that there seems to be two seperate items, "[2268]Staff of Fats" and "Staff of Fats". With the creation trying to use the item with the first name, and my
ItemPool.get(ItemPool.STAFF_OF_FATS)
getting the second.So it looks like two separate items are registered or something. I didn't look too hard once I found the issue, bit busy sorry.
@Veracity