Better messaging and better rule implementation
All checks were successful
All checks were successful
This commit is contained in:
@@ -17,6 +17,10 @@ public class Deck
|
||||
ShuffleDeck();
|
||||
CurrentCard = DrawCard();
|
||||
_usedDeck.Add(CurrentCard);
|
||||
|
||||
if (CurrentCard.CardType != CardType.JOKER) return;
|
||||
CurrentCard = DrawCard();
|
||||
_usedDeck.Add(CurrentCard);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user