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

fixes #201

Closed Malibu-Stacey closed 8 months ago

Malibu-Stacey commented 8 months ago

Fix for

Unknown variable 'i' (relay_TourGuide.ash, line 51980, char 52 to char 53)

Also tidied up the code in that chunk as there was an unnecessary duplicate call to split_string() as well as using the key to access the value in the map when we can just have the foreach iterate values too.