Resources immediately come back after declined trades

This commit is contained in:
Yair Morgenstern
2020-04-11 22:23:32 +03:00
parent 7511fc52df
commit d092e9b6a9

View File

@ -403,6 +403,7 @@ class CivilizationInfo {
offeringCiv.addNotification("Our proposed trade is no longer relevant!", Color.GOLD) offeringCiv.addNotification("Our proposed trade is no longer relevant!", Color.GOLD)
} }
} }
updateDetailedCivResources() // If you offered a trade last turn, this turn it will have been accepted/declined
} }
fun endTurn() { fun endTurn() {