mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-16 02:40:41 +07:00
Forgot to test run =/ welp
This commit is contained in:
@ -343,6 +343,7 @@ class NextTurnAutomation{
|
||||
GameSpeed.Quick -> 25
|
||||
GameSpeed.Standard -> 30
|
||||
GameSpeed.Epic -> 45
|
||||
GameSpeed.Marathon -> 90
|
||||
}
|
||||
for (otherCiv in canSignResearchAgreementCiv) {
|
||||
// Default setting is 5, this will be changed according to different civ.
|
||||
|
@ -241,6 +241,7 @@ class DiplomacyScreen(val viewingCiv:CivilizationInfo):CameraStageBaseScreen() {
|
||||
GameSpeed.Quick -> 25
|
||||
GameSpeed.Standard -> 30
|
||||
GameSpeed.Epic -> 45
|
||||
GameSpeed.Marathon -> 90
|
||||
}
|
||||
val researchAgreement = TradeOffer(Constants.researchAgreement, TradeType.Treaty, duration, viewingCiv.getResearchAgreementCost())
|
||||
val goldCostOfSignResearchAgreement = TradeOffer("Gold".tr(), TradeType.Gold, 0, -viewingCiv.getResearchAgreementCost())
|
||||
|
Reference in New Issue
Block a user