Bug - Fixed _rapidPrototypingUsed not incremented correctly for multi-step fancy crafting

PeKaJe

Member
Today I noticed that _rapidPrototypingUsed only went from 0 to 1 when I cooked a Fettucini Inconnu from chat. Both steps of the cooking process had the skill text "That rapid prototyping programming you downloaded is really paying dividends!". Looks like the code in CreateItemRequest.java just checks for the occurrence of the string, not how many times it's in the HTML.
 
Top