Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Fixed leftovers from Graceful Guardian
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-soiferman committed Oct 23, 2019
1 parent 75bc110 commit 366e6ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/game/cards/09.5-aCF/CourtMusician.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ const { Durations, Players } = require('../../Constants');
class CourtMusician extends DrawCard {
setupCardAbilities() {
this.action({
title: 'Increase cost to play cards',
title: 'Decrease cost to play cards',
condition: context => context.source.isParticipating(),
effect: 'increase the cost of cards played by 1 for each player\'s next action opportunity',
effect: 'decrease the cost of cards played by 1 for each player\'s next action opportunity',
gameAction: AbilityDsl.actions.playerLastingEffect(context => {
const currentActionWindow = context.game.currentActionWindow;
const opportunityCounter = currentActionWindow.opportunityCounter;
Expand Down

0 comments on commit 366e6ef

Please sign in to comment.