ondras / rot.js

ROguelike Toolkit in JavaScript. Cool dungeon-related stuff, interactive manual, documentation, tests!
https://ondras.github.io/rot.js/hp/
BSD 3-Clause "New" or "Revised" License
2.33k stars 254 forks source link

Fix neighbor check for non-square ROT.Map.Cellular #109

Closed CelticMinstrel closed 7 years ago

CelticMinstrel commented 7 years ago

This was causing the lower part of the map to always be 100% blocked.

ondras commented 7 years ago

Indeed! Thanks a lot for this PR.