public override IEnumerator CardEffect(PlayerController pc, int player, Drop drop, int cardIndex) { yield return(null); pc.TradeTwoForOne(player); }