mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-19 20:28:56 +07:00

getCapital() already allows null values so all in all a pretty minor change What this means is from a practical perspective is that - getCapital() returns first city - isCapital() returns false for all (for conditionals, UI indicators, etc) This was a result of going through all the getCapital() references and adding 'false' to them until I saw the folly of my ways