stefanweck / dungeongeneration

A roguelike game with a random dungeon generator. Written in Javascript.
www.stefanweck.nl
MIT License
198 stars 29 forks source link

Entities can now be limited to attacking specific entity types #9

Closed ruscoe closed 10 years ago

ruscoe commented 10 years ago

I didn't commit the recompiled JS file from /dist so you would be less likely to run into merge conflicts. I can commit that file in the future if it makes things easier.

I've modified combat to take entity type into account here: https://github.com/stefanweck/dungeongeneration/pull/9/files#diff-b5fb76dd7831ab523605ab86d0304b21R61

Let me know what you think. I'm open to changes, as always.

stefanweck commented 10 years ago

Awesome! I'm on a holiday right now but i'll be sure to test it when I get home.

ruscoe commented 10 years ago

Enjoy your holiday!

stefanweck commented 10 years ago

Merged into the dev branch. Works like a charm!