From 89aa4bfab39803d77bd8c3c5974d2ea319ce5ecf Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Sat, 30 Dec 2017 06:34:09 +0000 Subject: [PATCH] Detail the new Collector Number sort column in CHANGES.TXT --- forge-gui/release-files/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/forge-gui/release-files/CHANGES.txt b/forge-gui/release-files/CHANGES.txt index 2a7809d1e16..d9d167ec024 100644 --- a/forge-gui/release-files/CHANGES.txt +++ b/forge-gui/release-files/CHANGES.txt @@ -1,3 +1,6 @@ +- Collector Number sort - +There's a new column in the deck editor to allow sorting cards in the same order used for assigning collector numbers. The column currently appears blank, but that's because we've hidden the relatively cryptic values it uses to sort. (Perhaps in a future release we'll put some meaningful visuals in the column.) When sorted by collector number, you'll see colorless non-artifact spells at the top, basic lands at the bottom, and all the in-between sorting goodness. + - Puzzle updates - There are several new puzzles to play in this version, including two brand new tutorial puzzles which should get you up to speed on how puzzles work and what you commonly need to think about.