Bug - Cannot Reproduce Error Making Bitter Pill

Getting this when making bitter pill:


> make bitter pill

Verifying ingredients for bitter pill (1)...
You need 1 more caustic slime nodule to continue.

> /count caustic

You have 1 caustic slime nodule.
 

Veracity

Developer
Staff member
Code:
[color=green]> debugcreate bitterpill[/color]

- bitter pill limited to 15 by caustic slime nodule
- bitter pill not limited by scrumptious reagent
- bitter pill not limited by adventures
bitter pill.canMake(10) => 24

- bitter pill limited to 15 by caustic slime nodule
- bitter pill not limited by scrumptious reagent
- bitter pill not limited by adventures
bitter pill.canMake(24) => 24

- bitter pill limited to 15 by caustic slime nodule
- bitter pill not limited by scrumptious reagent
- bitter pill not limited by adventures
bitter pill.canMake(25) => 24
I don't understand why it is saying three things there, but what do you see when you try it?
(I have 15 caustic slime nodules in storage.)
 
> debugcreate bitterpill

- bitter pill limited to 0 by caustic slime nodule
bitter pill.canMake(7) => 6

> /count caustic slime

You have 1 caustic slime nodule.
 

lostcalpolydude

Developer
Staff member
> /count caustic slime

You have 1 caustic slime nodule.

This isn't very helpful. This means that KoL knows you have them, but still doesn't show whether KoLmafia knows you have them. That's why I said to use "inv", it would confirm that KoLmafia actually knows you have them.
 
Top