From 8c13af72e52fbef61801e36ee99d3a0732d0d416 Mon Sep 17 00:00:00 2001 From: Joffrey Bion Date: Thu, 28 May 2020 12:23:19 +0200 Subject: Clarify message for unavailable resources --- .../src/commonMain/kotlin/org/luxons/sevenwonders/model/cards/Cards.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw-common-model/src') diff --git a/sw-common-model/src/commonMain/kotlin/org/luxons/sevenwonders/model/cards/Cards.kt b/sw-common-model/src/commonMain/kotlin/org/luxons/sevenwonders/model/cards/Cards.kt index 13a9042d..96027612 100644 --- a/sw-common-model/src/commonMain/kotlin/org/luxons/sevenwonders/model/cards/Cards.kt +++ b/sw-common-model/src/commonMain/kotlin/org/luxons/sevenwonders/model/cards/Cards.kt @@ -63,7 +63,7 @@ enum class PlayabilityLevel(val message: String) { REQUIRES_HELP("requires buying resources"), MISSING_REQUIRED_GOLD("not enough gold"), MISSING_GOLD_FOR_RES("not enough gold to buy resources"), - UNAVAILABLE_RESOURCES("neighbours don't have the missing resources"), + UNAVAILABLE_RESOURCES("missing resources that even neighbours don't have"), INCOMPATIBLE_WITH_BOARD("card already on the board") } -- cgit