mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-30 22:58:50 +07:00
Implemented One City Challenge (#1279)
* Implemented One City Challenge Implemented One City Challenge * prevent OCC from capturing settlers * Fixed spellling of Destroy * fixed capture logic for barbarian
This commit is contained in:

committed by
Yair Morgenstern

parent
d22598d6ac
commit
92ddc864fa
@ -77,6 +77,10 @@
|
||||
Ukrainian:"Міст-держав"
|
||||
}
|
||||
|
||||
"One City Challenge":{
|
||||
|
||||
}
|
||||
|
||||
"No barbarians":{//it can be showed correct as usual, so I'm not translate it.
|
||||
Italian:"Niente barbari"
|
||||
French:"Pas de barbare"
|
||||
|
@ -2576,6 +2576,14 @@
|
||||
Russian:"Разорить"
|
||||
Czech:"Srovnat se zemí"
|
||||
Ukrainian:"Зруйнувати"
|
||||
}
|
||||
|
||||
"Destroy":{
|
||||
|
||||
}
|
||||
|
||||
"Destroying the city instantly razes the city to the ground.":{
|
||||
|
||||
}
|
||||
|
||||
"Razing the city annexes it, and starts razing the city to the ground.":{
|
||||
|
Reference in New Issue
Block a user