pub fn run(game: &mut GameState, card_id: CardId)Expand description
End-of-turn revert for damage prevention. Mirrors the GameCommand.run() in Java
DamagePreventEffect that resets damage prevention shields when the effect expires.
Resets the damage_prevention counter on a card to zero.