Allow research even if sector was attacked after capture

This commit is contained in:
Anuken
2020-11-26 21:48:45 -05:00
parent 869c329fbf
commit e39eceee28
5 changed files with 8 additions and 1 deletions
+2
View File
@@ -33,6 +33,8 @@ public class SectorInfo{
public int storageCapacity = 0;
/** Whether a core is available here. */
public boolean hasCore = true;
/** Whether this sector was ever fully captured. */
public boolean wasCaptured = false;
/** Sector that was launched from. */
public @Nullable Sector origin;
/** Launch destination. */