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

Object thumbnail incorrectly references image source causing 404 #76

Open
connorhsm opened this issue Dec 23, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@connorhsm
Copy link
Member

connorhsm commented Dec 23, 2024

First reported in Discord.

See below that Partial Wooden Barrel of Water#just built thumbnail image does not display.

  • It is attempting to link to https://twotech.twohoursonelife.com/static/sprites/obj_14776_last.png
  • When the correct address is https://twotech.twohoursonelife.com/static/sprites/obj_14776.png

image

Suspected line at fault:

const suffix = this.uses == "last" && !this.object.category ? "_last" : "";

@connorhsm connorhsm added the bug Something isn't working label Dec 23, 2024
@connorhsm
Copy link
Member Author

Could also be a process error. It should be determined whether the last use image is meant to exist to determine how to fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant