NanocTheBuilder / AlienPlayer4X

This is an Android app that helps running the Alien Players in Space Empires 4X board game
GNU General Public License v3.0
3 stars 1 forks source link

Raider fleets should still buy technology the first time they engage in combat #31

Closed NanocTheBuilder closed 6 years ago

NanocTheBuilder commented 6 years ago

Originally reported by Péter Balázs (Bitbucket: thilian, GitHub: Unknown)


Currently technology purchase happens during ap.buildFleet(). This is not called for raiders, as they are already built. Change it so that raiders can buy tech the first time they engage combat


NanocTheBuilder commented 6 years ago

Original comment by Péter Balázs (Bitbucket: thilian, GitHub: Unknown)


fix #31 : buildFleet changed to firstCombat

NanocTheBuilder commented 6 years ago

Original comment by Péter Balázs (Bitbucket: thilian, GitHub: Unknown)


Plus check that isjustpurchased is used for level 2. CHECKED: isJustPurchased is only valid when cloak is purchased as part of spendRemainingTechCP. And it is set there.