pub fn replace_dying(game: &mut GameState, sa: &SpellAbility) -> Vec<CardId>Expand description
Set up the “replace dying” replacement effect for cards that should be exiled instead of dying this turn.
Mirrors Java’s SpellAbilityEffect.replaceDying(sa).