1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2026-02-04 18:22:18 +08:00

CheatEnabler v2.4.2

This commit is contained in:
2026-01-29 02:13:06 +08:00
parent 71c0fe75db
commit 6e4416389d
5 changed files with 24 additions and 24 deletions

View File

@@ -217,6 +217,7 @@ public static class DysonSphereFunctions
if (count > 0L) consumeRegister[ProductionStatistics.SOLAR_SAIL_ID] += (int)count;
}
}
dysonSphere.needRecalculatePower = true;
});
}
@@ -281,6 +282,7 @@ public static class DysonSphereFunctions
dysonSphere.CheckAutoNodes();
dysonSphere.PickAutoNode();
dysonSphere.modelRenderer.RebuildModels();
dysonSphere.needRecalculatePower = true;
});
}