pub fn run(
game: &mut GameState,
card_id: CardId,
att_bonus: i32,
def_bonus: i32,
keywords: &[String],
)Expand description
End-of-turn revert for Pump. Mirrors the GameCommand.run() in Java
PumpEffect that reverses the P/T bonus and removes granted keywords
when the effect duration expires.