Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Conditions' endpoint retrieves wrong icon path for invogorated #109

Closed
HimmDawg opened this issue Dec 28, 2021 · 1 comment
Closed

'Conditions' endpoint retrieves wrong icon path for invogorated #109

HimmDawg opened this issue Dec 28, 2021 · 1 comment
Labels
assets bug Something isn't working data: conditions

Comments

@HimmDawg
Copy link

So, when you retrieve all conditions from "https://temtem-api.mael.tech/api/conditions", then the "icon" property doesn't point to the correct path on the server.
The retrieved path points to: "https://temtem-api.mael.tech/images/icons/conditions/Invigorated.png"
But through some testing, I found out that it actually points to: "https://temtem-api.mael.tech/images/icons/conditions/Vigorized.png"

@maael
Copy link
Owner

maael commented Dec 29, 2021

Hey, thanks for pointing this out! This is the one case where the condition name doesn't match the icon name on the wiki! I've added a special case for this when collecting the data for conditions in #112, so it should be correct now. 👍 I'm going to go ahead and close this, and if you find any other problems please open a new issue.

@maael maael closed this as completed Dec 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assets bug Something isn't working data: conditions
Projects
None yet
Development

No branches or pull requests

2 participants