Skip to main content

run

Function run 

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

End-of-turn revert for clone effects. Mirrors the GameCommand.run() anonymous class in Java CloneEffect that calls removeCloneState, clears imprinted/remembered cards, and restores the original state.

Removes the clone stamp from the card, reverting copied characteristics and restoring original remembered/imprinted state.