JOverseer / joverseer

JOverseer is a desktop application which aims to assist players of the Middle Earth PBM game.
BSD 3-Clause "New" or "Revised" License
3 stars 5 forks source link

Error: For input string: "200, a Sword," #710

Closed GnarlyDave closed 3 years ago

GnarlyDave commented 4 years ago

At some point LAT message got tweaked: He was ordered to cast a lore spell. Locate Artifact True - artifact #200, a Sword, is possessed by ....

but the CharacterManagerWrapper protected OrderResult getOwnedLATOrderResult(String line) { is expecting just "200" after the #.

it needs modifying, so that just the digits get parsed.

GnarlyDave commented 3 years ago

fixed for 1.16.18 so that it spots any comma and grabs the first part.

GnarlyDave commented 3 years ago

done