Unciv/core
Xander Lenstra 1a050bdaa6
Fixed a crash when a plane tried to enter a full city (#6652)
This would only occur if the plane was damaged and looking for a spot to 
heal, and had no tile to go to with >0 healing. It would then try to 
head towards the nearest city, regardless of whether it could enter 
that. As it's an air unit, 'head towards' means 'fly there directly this 
turn', which obviously caused crashes if the unit couldn't enter that 
tile.
2022-04-30 23:08:48 +03:00
..
src/com/unciv Fixed a crash when a plane tried to enter a full city (#6652) 2022-04-30 23:08:48 +03:00
build.gradle.kts 3.16.13 2021-09-08 23:19:07 +03:00