diff --git a/src/cards.rs b/src/cards.rs index 5746731..892be66 100644 --- a/src/cards.rs +++ b/src/cards.rs @@ -4,8 +4,8 @@ use yoke::Yokeable; use super::player::Position; -/// A card in a players deck which can be played to solve -/// a situation card +/// A card in a players deck which can apply an effect +/// to the game or advance a solution #[derive(Yokeable)] pub struct ActionCard<'a> { /// How much influence the card will cost to play