mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Fixed summoning sickness not being cleared on the first turn of the player going second.
This commit is contained in:
@@ -73,7 +73,7 @@ public class PhaseUtil {
|
|||||||
|
|
||||||
// For tokens a player starts the game with they don't recover from Sum.
|
// For tokens a player starts the game with they don't recover from Sum.
|
||||||
// Sickness on first turn
|
// Sickness on first turn
|
||||||
if (turn.getTurn() > 0) {
|
if (AllZone.getPhaseHandler().getTurn() > 0) {
|
||||||
final CardList list = turn.getCardsIncludePhasingIn(Zone.Battlefield);
|
final CardList list = turn.getCardsIncludePhasingIn(Zone.Battlefield);
|
||||||
for (final Card c : list) {
|
for (final Card c : list) {
|
||||||
c.setSickness(false);
|
c.setSickness(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user