I’m working on a module for a game that has a lot of card decks, and most of the cards are dealt straight from the top of the deck to the top of the discard pile. What would be the simplest way to set up a deck so that it will flip over the top card and send it immediately to discard? It seems like this would be a pretty common feature for games, so I’m hoping there’s a really straightforward method.