feat: produce ships
This commit is contained in:
@@ -28,7 +28,10 @@ func MakeTurn(c *Controller, r Repo, g *game.Game) error {
|
||||
battles = append(battles, ProduceBattles(c.Cache)...)
|
||||
|
||||
// 07. Корабли бомбят вражеские планеты.
|
||||
_ = c.Cache.ProduceBombings() // TODO: store bombings for reports
|
||||
_ = c.Cache.ProduceBombings()
|
||||
|
||||
// 08. На планетах строятся корабли.
|
||||
c.Cache.ProduceShips()
|
||||
|
||||
/*** Last steps ***/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user