Quest log lookup - clean up
CodingDino opened this issue ยท 1 comments
So the code towards the bottom of the parser, where we look up things in the quest log, is ATROCIOUS. It was one of the first things I wrote in lua and it's just horrible. I'm working on re-doing it now, we should be running like five million less loops and looking things up from the quest log about ten thousand less times. Like, seriously.