mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-25 22:18:50 +07:00
3.11.16
This commit is contained in:
parent
5830996b3b
commit
b9f6e0deec
@ -2379,6 +2379,7 @@ What do I see before me? Another beating heart for my sacrificial fire. = Alt! C
|
||||
Accept this agreement or suffer the consequences. = Accetta questo scambio, o pagane le conseguenze.
|
||||
Welcome, friend. = Benvenuto, amico.
|
||||
Sacrificial Captives = Vittime sacrificali
|
||||
# Requires translation!
|
||||
Earn [amount]% of [param] opponent's [param2] as [stat] for kills =
|
||||
Tenochtitlan = Tenochtitlan
|
||||
Teotihuacan = Teotihuacan
|
||||
|
@ -3,8 +3,8 @@ package com.unciv.build
|
||||
object BuildConfig {
|
||||
const val kotlinVersion = "1.3.71"
|
||||
const val appName = "Unciv"
|
||||
const val appCodeNumber = 502
|
||||
const val appVersion = "3.11.15"
|
||||
const val appCodeNumber = 503
|
||||
const val appVersion = "3.11.16"
|
||||
|
||||
const val gdxVersion = "1.9.12"
|
||||
const val roboVMVersion = "2.3.1"
|
||||
|
12
changelog.md
12
changelog.md
@ -1,3 +1,15 @@
|
||||
## 3.11.16
|
||||
|
||||
Resolved #3364 - Fixed certain battle modifiers not activating
|
||||
|
||||
Resources provided by buildings are affected by resource amount uniques - by 9kgsofrice
|
||||
|
||||
Fixed minor crashing bugs in misconfigured mods
|
||||
|
||||
Display mod incompatibilities when attempting to start a new game
|
||||
|
||||
Translation updates
|
||||
|
||||
## 3.11.15
|
||||
|
||||
HUGE framerate improvements! :D
|
||||
|
Loading…
Reference in New Issue
Block a user