diff --git a/mods/ts/rules/aircraft.yaml b/mods/ts/rules/aircraft.yaml index b780bce184..1276990418 100644 --- a/mods/ts/rules/aircraft.yaml +++ b/mods/ts/rules/aircraft.yaml @@ -144,6 +144,11 @@ ORCATRAN: Cost: 1200 Tooltip: Name: Orca Transport + Buildable: + Queue: Air + BuildPaletteOrder: 10 + Prerequisites: ~disabled + RenderSprites: Helicopter: LandWhenIdle: yes ROT: 5 diff --git a/mods/ts/sequences/aircraft.yaml b/mods/ts/sequences/aircraft.yaml index 0c346425cb..97811dcd46 100644 --- a/mods/ts/sequences/aircraft.yaml +++ b/mods/ts/sequences/aircraft.yaml @@ -16,4 +16,7 @@ apache: Length: 4 slow-rotor: lrotor Start: 4 - Length: 8 \ No newline at end of file + Length: 8 + +orcatran: + icon: crryicon \ No newline at end of file