Bug Mafia doesn't see too much meat in closet

bsander

Member
This is probably related to https://kolmafia.us/threads/closeting-more-than-maxint-meat-fails.29946/ from just the other day, I didn't check this then. After closeting >maxint meat, I get this result in the cli:

Code:
> jsl myClosetMeat()

Returned: 0

After I take enough meat out of the closet to get below the maxint limit, the functions works fine again:

Code:
> closet take 1000000000 meat

Removing    meat from closet...
Requests complete.

>    jsl myClosetMeat()

Returned: 1280607130
 
Back
Top