Harvesting a bone garden for 20 days of BIG runs and now:
Except, KoLmafia thought I still had 100 skeletons.
Looking at MultiUseRequest.registerRequest, I would expect to see:
Use 100 skeleton
(note the capitalization).
That is the method which also deducts ingredients from inventory (as opposed to the "correct" way to do it, which would be in a parseResponse sort of method, but, whatever).
take from closet: 100 skeleton
You acquire skeleton (100)
use 100 skeleton
You acquire an item: shaking skull
Except, KoLmafia thought I still had 100 skeletons.
Looking at MultiUseRequest.registerRequest, I would expect to see:
Use 100 skeleton
(note the capitalization).
That is the method which also deducts ingredients from inventory (as opposed to the "correct" way to do it, which would be in a parseResponse sort of method, but, whatever).