暂存穿梭机

This commit is contained in:
2025-08-21 10:47:17 +08:00
parent 5e75ebe28d
commit 02d9289578
3 changed files with 92 additions and 5 deletions

View File

@@ -370,6 +370,7 @@ namespace WulaFallenEmpire
yield return command_Toggle;
}
foreach (Gizmo gizmo in ShuttleComp.CompGetGizmosExtra()) yield return gizmo;
Log.Message($"[WULA] Stage 2: Launch Sequence - Providing launch gizmos for {this.Label}.");
foreach (Gizmo gizmo in LaunchableComp.CompGetGizmosExtra()) yield return gizmo;
foreach (Gizmo gizmo in TransporterComp.CompGetGizmosExtra()) yield return gizmo;
float fuelInShuttle = FuelInShuttle();