Bug - Fixed Speakeasy drinks with quotes returning 0 for npc_price()

I'm getting 0 for the npc_price() of the three Speakeasy drinks with quotes in them (thermos of "whiskey", cup of "tea", glass of "milk"). All three should be 250. Below is the output from CLI. Version 16338.

Code:
 > ash $item[thermos of "whiskey"].npc_price()
Returned: 0

 > ash $item[cup of "tea"].npc_price()
Returned: 0

 > ash $item[Lucky Lindy].npc_price()
Returned: 500

 > ash $item[glass of "milk"].npc_price()
Returned: 0

 > ash $item[Bee's Knees].npc_price()
Returned: 500

 > version
KoLmafia v17.1 r16338
 

Darzil

Developer
r16356 - and I wish I hadn't spent time testing my fix in a clan without Speakeasy wondering why my fix wasn't working !
 
Top