From d7a5c5275a686c27d1ec5c78c9968547dc88b99e Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Sun, 10 Mar 2024 20:52:44 -0400 Subject: [PATCH] Fix CI --- src/cards.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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