Skip to main content

run

Function run 

Source
pub fn run(game: &mut GameState, card_id: CardId, amount: i32)
Expand description

End-of-turn revert for debuff. Mirrors the GameCommand.run() in Java DebuffEffect that restores the original P/T when the effect expires.

Reverses the debuff by adding back the debuff amount to power/toughness modifiers.