mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Added Ashcloud Phoenix
This commit is contained in:
@@ -52,7 +52,7 @@ public class EndOfTurn extends Phase {
|
||||
public final void executeAt() {
|
||||
// reset mustAttackEntity for me
|
||||
game.getPhaseHandler().getPlayerTurn().setMustAttackEntity(null);
|
||||
|
||||
// TODO: convert this to a delayed trigger
|
||||
Player activePlayer = game.getPhaseHandler().getPlayerTurn();
|
||||
if (activePlayer.hasKeyword("At the beginning of this turn's end step, you lose the game.")) {
|
||||
final Card source = new Card(game.nextCardId());
|
||||
|
||||
Reference in New Issue
Block a user