loathers / TourGuide

Relay script for KoLmafia, for the web game Kingdom of Loathing. Gives advice on how to play.
The Unlicense
14 stars 17 forks source link

Fix sneaks tile overcounting free rests for Cincho and remove semirare mentions #191

Closed Semenar closed 9 months ago

Semenar commented 9 months ago

I thought the second part would be small, as the only mention I was noticing in-game was the Fishy acquisition method; it ended up a bit bigger.

Cincho de Mayo's code uses while (rest < freeRests) to determine the total cinch amount; this will correctly count until rest = freeRests. However, the sneaks tile uses while (rest < freeRests+1) and overcounts the amount of rests by 1.

Semirares were removed from the game in 2022; most of it was folded into the Lucky! mechanic.