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

Commit

Permalink
should handle cards discarded by soulfire/doomguard in opponent
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrcho committed Dec 22, 2014
1 parent 4aee4a4 commit c42b049
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class DeckOverlayModule(
}

val inGame: Receive = {
case CardEvent(cardCode, _, DISCARDED_FROM_DECK | PLAYED_FROM_DECK | DRAWN, `playerId`) =>
case CardEvent(cardCode, _, DISCARDED_FROM_DECK | PLAYED_FROM_DECK | DRAWN | DISCARDED, `playerId`) =>
cardUtils.byCode(cardCode).map(userPresenter.decreaseCardCount)
case _ =>
}
Expand Down

0 comments on commit c42b049

Please sign in to comment.