ChrisNeedham24 / microcosm

A little 4X game written using Pyxel.
GNU General Public License v3.0
9 stars 8 forks source link

Extend vision for the Infidels faction to also include all heathen units #81

Closed ChrisNeedham24 closed 1 year ago

ChrisNeedham24 commented 1 year ago

This would apply during both day and night. The night change would be fairly simple, but the daytime change may be more complicated because currently the quads_seen attribute is used in board.py, and this only includes quads from the player's units. For the infidel faction, this would need to be extended to also include all heathen movements.