Skip to content

Commit

Permalink
Fix Milieus the day stretcher affecting light cards instead of darkness
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiDospra authored Jul 2, 2021
1 parent 72a6580 commit 9a359e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/cards/dm04/berserker.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func MilieusTheDaystretcher(c *match.Card) {
return
}

if playedCard.Civ != civ.Light {
if playedCard.Civ != civ.Darkness {
return
}

Expand Down

0 comments on commit 9a359e1

Please sign in to comment.