ThePix / QuestJS

A major re-write of Quest that is written in JavaScript and will run in the browser.
MIT License
74 stars 15 forks source link

Show or Hide item links after movement #101

Open Kerothan opened 6 months ago

Kerothan commented 6 months ago

I noticed with the original item-links code, items outside of the current view/scope would still be linked and have dropdowns but just return "not here" messages when clicked. This will disable the link on items that are no longer in scope so they display as regular text, and re-enable the link when they are within scope again