feat: turn stage increment after player's command

This commit is contained in:
Ilia Denisov
2026-02-08 16:35:58 +02:00
parent bf34843568
commit ba5d4e1ba8
14 changed files with 102 additions and 81 deletions
+1
View File
@@ -12,6 +12,7 @@ import (
func MakeTurn(c *Controller, r Repo) error {
// Next turn
c.Cache.g.Turn += 1
c.Cache.g.Stage = 0
// 00. Вышедшие расы удаляются из списка участвующих рас перед началом просчета очередного хода
c.Cache.TurnWipeExtinctRaces()