mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-28 06:16:37 -04:00
City states can now conquer cities, as per Civ V
This commit is contained in:
parent
82fb9ee9fc
commit
961579fd3d
@ -307,7 +307,7 @@ object Battle {
|
|||||||
}
|
}
|
||||||
city.hasJustBeenConquered = true
|
city.hasJustBeenConquered = true
|
||||||
|
|
||||||
if (!attackerCiv.isMajorCiv()) {
|
if (attackerCiv.isBarbarian()) {
|
||||||
city.destroyCity()
|
city.destroyCity()
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user