flags / Reactor-3

Post-apocalyptic action roguelike with a focus on inventory management and gun-based combat.
MIT License
71 stars 11 forks source link

Pathfinding: ALife freezing when using generate_los #68

Closed flags closed 11 years ago

flags commented 11 years ago

generate_los returns False when the ALife is standing on a tile matching invert. Solve using a flag.

flags commented 11 years ago

Fixed. ignore_standing or something.