dripton / Slugathon

Clone of the old Avalon Hill fantasy wargame Titan, using Python / PyGTK / Twisted
https://github.com/dripton/Slugathon/wiki
8 stars 2 forks source link

Show all recruits during movement phase, not just best one #76

Closed dripton closed 14 years ago

dripton commented 14 years ago

During the movement phase, we should show all possible recruits in each hex, not just the best one.

dripton commented 14 years ago

Show multiple possible recruits, not just the best. Closed by e995d10ba0d55d9d35c51994d5778a2f444a9c90.

Merge the placement code for markers and recruit chits into _place_chits

If a Marker doesn't have a location yet, just ignore it in point_inside, to simplify initialization.