pub fn cant_attack( game: &GameState, cards: &[Card], attacker: &Card, defender: PlayerId, ) -> bool
Check if a creature can’t attack. Mirrors Java’s StaticAbilityCantAttackBlock.cantAttack().
StaticAbilityCantAttackBlock.cantAttack()