diff --git a/internal/controller/route.go b/internal/controller/route.go index 929f1db..ff08054 100644 --- a/internal/controller/route.go +++ b/internal/controller/route.go @@ -171,6 +171,9 @@ func (c *Cache) listRoutedSendGroupIds(pn uint) iter.Seq[int] { } // Невозможно лишь выгрузить колонистов на чужой планете. +/* +TODO: Очерёдность выгрузки согласно правилам +*/ func (c *Cache) TurnUnloadEnroutedGroups() { for i := range c.g.Map.Planet { p := &c.g.Map.Planet[i]