Fixed #2071 (in arc)

This commit is contained in:
Anuken
2020-05-17 08:58:35 -04:00
parent 7ffc170b76
commit 4ce15416fb
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ public class Sector{
/** Sector enemy hostility from 0 to 1 */
public float hostility;
//TODO implement a dynamic (?) launch period
//TODO implement a dynamic launch period
public int launchPeriod = 10;
public Sector(Planet planet, Ptile tile, SectorData data){