diff --git a/frontend/src/components/Deck.vue b/frontend/src/components/Deck.vue index 4d8fe89..c697142 100644 --- a/frontend/src/components/Deck.vue +++ b/frontend/src/components/Deck.vue @@ -41,12 +41,18 @@ -

{{eventDesc}}

+

šŸ”„ {{eventDesc}} šŸŽ“

+
+

šŸŽŖ {{eventDescWildWestShow}} šŸŽŖ

+
+

šŸ¤‘ļø {{$t(`cards.${goldRushDesc.name}.desc`)}} šŸ¤‘ļø

šŸ¤‘ļø {{goldRushDesc.number - gold_rush_discount}} šŸ’µļø šŸ¤‘ļø

+
+

{{stationDesc}}

@@ -216,7 +222,7 @@ export default { this.stationDesc = this.$t(`cards.${this.currentStations[index].name}.desc`) const trainPiece = this.trainPieceForStation(index) if (trainPiece) { - this.stationDesc += '\n\nšŸš‚' + this.$t(`cards.${trainPiece.name}.desc`) + this.stationDesc += '\n\nšŸš‚' + this.$t(`cards.${trainPiece.name}.desc`) + 'šŸš‹' } }, },