mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Treat Planar Conquest as a limited mode for the purpose of tracked achievements since it generally uses smaller decks that should have lower realistic achievement requirements.
This commit is contained in:
@@ -5,7 +5,7 @@ import forge.properties.ForgeConstants;
|
||||
|
||||
public class PlanarConquestAchievements extends AchievementCollection {
|
||||
public PlanarConquestAchievements() {
|
||||
super("Planar Conquest", ForgeConstants.ACHIEVEMENTS_DIR + "planar_conquest.xml", false);
|
||||
super("Planar Conquest", ForgeConstants.ACHIEVEMENTS_DIR + "planar_conquest.xml", true);
|
||||
}
|
||||
|
||||
//add achievements that should appear at the bottom below core achievements for each game mode
|
||||
|
||||
Reference in New Issue
Block a user