ThePix / QuestJS

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

Fixed cannot_talk_to and no_look_that_way #83

Closed thaskef closed 1 year ago

thaskef commented 1 year ago

There was a minor typo in cannot_talk_to. No_look_that_way had an issue where if you look a direction that you didn't have any description for, it would say there isn't an exit there but maybe you were looking in that direction for something other than an exit so I just made it more generic that there's nothing of interest in that direction.