mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Added Empty City Ruse and False Peace.
This commit is contained in:
@@ -260,10 +260,17 @@ public class PhaseUtil {
|
||||
if (player.hasKeyword("Skip your next combat phase.")) {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (player.hasKeyword("Skip your combat phase.")) {
|
||||
return true;
|
||||
}
|
||||
if (player.hasKeyword("Skip all combat phases of your next turn.")) {
|
||||
player.removeKeyword("Skip all combat phases of your next turn.");
|
||||
player.addKeyword("Skip all combat phases of this turn.");
|
||||
return true;
|
||||
}
|
||||
if (player.hasKeyword("Skip all combat phases of this turn.")) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user