ThePix / QuestJS

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

Show or Hide item links after movement #101

Open Kerothan opened 2 weeks ago

Kerothan commented 2 weeks 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