Page 1 of 1

Building naval units

Posted: Sat May 23, 2020 3:17 am
by Dino the Dinosore
What controls whether a city can build naval units? Is there anything a ruleset can do to control that, or is it hard-coded? I'm experimenting with the unitclass:RiverShip from the Multiplayer II (MP2) ruleset, within a freeciv 2.6.2 context, and it's not letting me build any of them, even in a coastal city.

Re: Building naval units

Posted: Sat May 23, 2020 4:43 am
by cazfi
City must be on, or adjacent to, tile with terrain native for the unit being built, or the unit class must have "BuildAnywhere" flag.

Re: Building naval units

Posted: Mon May 25, 2020 3:11 am
by Dino the Dinosore
Thanx, got it working now.