Skip to content

Commit

Permalink
Notify Young Witch bane card that the game is starting when the card …
Browse files Browse the repository at this point in the history
…is added
  • Loading branch information
bilts committed Jan 20, 2012
1 parent 5f0180b commit 10135e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cards.coffee
Expand Up @@ -1350,6 +1350,8 @@ makeCard 'Young Witch', attack, {


# Add the bane to the supply # Add the bane to the supply
state.supply[bane] = bane.startingSupply(state) state.supply[bane] = bane.startingSupply(state)
# Notify the new card that the game is starting
bane.startGameEffect(state)
state.log("Young Witch Bane card is #{bane}") state.log("Young Witch Bane card is #{bane}")


playEffect: (state) -> playEffect: (state) ->
Expand Down

0 comments on commit 10135e8

Please sign in to comment.