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

check eagle ownership before displaying phyla banishers element #183

Closed docrostov closed 10 months ago

docrostov commented 10 months ago

https://github.com/loathers/TourGuide/blob/09e0658b2b99da7549daad031780a74dbd49cfa7/Source/relay/TourGuide/Sets/Active%20Banishes.ash#L173

this line creates a tile thing even if the user has no eagle. fix by encasing that generative block in a check for eagle ownership.

docrostov commented 10 months ago

(one way to fix is to switch the .length arg to .count arg; given the existence of the eagle tile i kind of like that?)

docrostov commented 10 months ago

resolved in #184