mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-10 07:16:54 +07:00
Clearer "owned" resource
This commit is contained in:
parent
0f70d8360d
commit
06569e6c5f
@ -297,7 +297,7 @@ Introduction to [nation] =
|
||||
Declare war on [nation] =
|
||||
Luxury resources =
|
||||
Strategic resources =
|
||||
Owned: [amountOwned] =
|
||||
Owned by you: [amountOwned] =
|
||||
|
||||
# Nation picker
|
||||
|
||||
|
@ -54,7 +54,7 @@ class TradePopup(worldScreen: WorldScreen): Popup(worldScreen){
|
||||
fun getOfferText(offer:TradeOffer): String {
|
||||
var tradeText = offer.getOfferText()
|
||||
if (offer.type == TradeType.Luxury_Resource || offer.type == TradeType.Strategic_Resource)
|
||||
tradeText += "\n" + "Owned: [${ourResources[offer.name]}]".tr()
|
||||
tradeText += "\n" + "Owned by you: [${ourResources[offer.name]}]".tr()
|
||||
return tradeText
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user