mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Conspiracy: allow the player to look at his own face-down conspiracies. Properly hide the opponent's conspiracies (including the chosen name). Make the AI properly add drafted conspiracies to the [Conspiracy] section of the deck.
This commit is contained in:
@@ -72,12 +72,12 @@ public class RestartGameEffect extends SpellAbilityEffect {
|
||||
player.setLandsPlayedLastTurn(0);
|
||||
player.resetLandsPlayedThisTurn();
|
||||
player.resetInvestigatedThisTurn();
|
||||
player.initVariantsZones(psc);
|
||||
|
||||
List<Card> newLibrary = playerLibraries.get(player);
|
||||
for (Card c : newLibrary) {
|
||||
action.moveToLibrary(c, 0, sa);
|
||||
}
|
||||
player.initVariantsZones(psc);
|
||||
|
||||
player.shuffle(null);
|
||||
}
|
||||
|
||||
@@ -193,7 +193,7 @@ public class CardFactoryUtil {
|
||||
|
||||
card.setNamedCard(name);
|
||||
card.turnFaceDown();
|
||||
// Hopefully face down also hides the named card?
|
||||
card.setMayLookAt(player, true);
|
||||
card.addSpellAbility(abilityRevealHiddenAgenda(card));
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user