feat(flight): add toggle Gizmo, fix missing ForceLand on undraft, update to latest flight logic

This commit is contained in:
2026-02-27 14:21:08 +08:00
parent 8c991d6588
commit 9ed9cd7959
5 changed files with 58 additions and 10 deletions

View File

@@ -14,6 +14,7 @@ namespace WulaFallenEmpire
{
// --- Custom Flight Logic ---
public FlightCondition flightCondition = FlightCondition.Drafted;
public bool showFlightToggle = true;
// --- Vanilla PawnKindDef Flight Parameters ---
[NoTranslate]