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

Fixed cannot_talk_to and no_look_that_way #83

Closed thaskef closed 2 years ago

thaskef commented 2 years 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.