Esempio n. 1
0
 public void ResolveTileWithRandomCasualty(int damage, bool reveal, Tile tile)
 {
     (damage, reveal) = ApplyGuidePowers(damage, reveal, tile);
     ResolveTileWithCasualty(Fellowship.Random(), damage, reveal, tile);
 }