jcbantuelle/dominion-meteor

View on GitHub
app/cards/dark_ages/ruined_village.js

Summary

Maintainability
A
35 mins
Test Coverage
RuinedVillage = class RuinedVillage extends Ruins {

  play(game, player_cards) {
    let action_gainer = new ActionGainer(game, player_cards)
    action_gainer.gain(1)
  }

}