QuestJS
QuestJS copied to clipboard
Nowhere
When hyperlinks are enabled and the location has no exit, it prints "nowhere"
PR coming very soon. (I'm not sure my fix is the correct way to handle it.)
https://github.com/ThePix/QuestJS/blob/f9680fb53365b0b79583d1cdb67e4e345a622605/lib/item-links.js#L217-L221
This is what I changed to fix it:
//return formatList(list, {lastSep:lang.list_or, nothing:lang.list_nowhere});
return formatList(list, {lastSep:lang.list_or, nothing:''});