Skip to content

Commit

Permalink
FIX: get bonus with Mantis
Browse files Browse the repository at this point in the history
  • Loading branch information
lsocrate committed Jan 12, 2024
1 parent 9f1b5f6 commit 90814bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default class PatronOfTheTradingCouncil extends DrawCard {
this.persistentEffect({
condition: (context) =>
context.game.isDuringConflict() &&
context.game.currentConflict.getNumberOfParticipants((card) => card.hasTrait('mantis')) > 0,
context.game.currentConflict.getNumberOfParticipants((card) => card.hasTrait('mantis-clan')) > 0,
effect: AbilityDsl.effects.modifyBothSkills(1)
});

Expand Down

0 comments on commit 90814bc

Please sign in to comment.