Bug - Fixed Peppermint sprouts are not decremented when Used into twists.

Terion

Member
I noticed this one today (in r10682) when I saw that the Item Manager was saying I had 2 peppermint patties possible even though I had no sprouts. I had started the day with 4 sprouts (having carried one over from the previous day) but I had used them earlier in the day to make some twist boozes.

various points in my session log said:
use 1 peppermint sprout
You acquire an item: peppermint twist

use 1 peppermint sprout
You acquire an item: peppermint twist

use 1 peppermint sprout
You acquire an item: peppermint twist

[527] Mix 2 bottle of rum + 2 peppermint twist
You acquire Crimbojito (2)
Crafting used 2 each of bottle of rum and peppermint twist

use 1 peppermint sprout
You acquire an item: peppermint twist

[563] Mix 2 bottle of whiskey + 2 peppermint twist
You acquire Mint Yulep (2)
Crafting used 2 each of bottle of whiskey and peppermint twist

CLI said:
> debugcreate 2 peppermint patty

- peppermint patty limited to 2 by peppermint sprout
peppermint patty.canMake(1) => 2

- peppermint patty limited to 2 by peppermint sprout
peppermint patty.canMake(2) => 2

- peppermint patty limited to 2 by peppermint sprout
peppermint patty.canMake(3) => 2

> inv peppermint sprout

peppermint sprout (4)

> /count peppermint sprout

Sorry, I can't figure out what "peppermint sprout" means. Perhaps you have 0.

> inv refresh

Refreshing closet...
Examining consumables in closet...
Examining equipment in closet...
Examining miscellaneous items in closet...
Updating inventory...
Requests complete.

> inv peppermint sprout

I don't have one to use at the moment, but the use text from the wiki is: "You stretch the peppermint sprout out and twist it.
You acquire an item: peppermint twist"
 
Top