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`) + 'š' } }, },
{{eventDesc}}
š„ {{eventDesc}} š“
šŖ {{eventDescWildWestShow}} šŖ
š¤ļø {{$t(`cards.${goldRushDesc.name}.desc`)}} š¤ļø
š¤ļø {{goldRushDesc.number - gold_rush_discount}} šµļø š¤ļø
{{stationDesc}}