Skip to content

Commit

Permalink
deck add ShadowHorse
Browse files Browse the repository at this point in the history
  • Loading branch information
scolleyHuang committed Apr 9, 2024
1 parent aa81406 commit 547938f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import com.gaas.threeKingdoms.handcard.basiccard.Kill;
import com.gaas.threeKingdoms.handcard.basiccard.Peach;
import com.gaas.threeKingdoms.handcard.equipmentcard.mountscard.RedRabbitHorse;
import com.gaas.threeKingdoms.handcard.equipmentcard.mountscard.ShadowHorse;
import lombok.AllArgsConstructor;
import lombok.Data;
import com.gaas.threeKingdoms.utils.ShuffleWrapper;
Expand All @@ -26,6 +27,7 @@ public Deck() {
cardDeck.add(new Peach(PlayCard.BH4030));
cardDeck.add(new Dodge(PlayCard.BHK039));
cardDeck.add(new RedRabbitHorse(PlayCard.EH5044));
cardDeck.add(new ShadowHorse(PlayCard.ES5018));
});
shuffle();
}
Expand Down

0 comments on commit 547938f

Please sign in to comment.