From 6a2044828b3c08ea1196270b2a128e88df079000 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Wed, 18 Jan 2017 16:05:40 +0000 Subject: [PATCH] fix(rarity): change "Special" symbol Fixes #20. --- lib/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config.py b/lib/config.py index aad1f39..0774791 100644 --- a/lib/config.py +++ b/lib/config.py @@ -28,7 +28,7 @@ rarity_uncommon_marker = 'N' rarity_rare_marker = 'A' rarity_mythic_marker = 'Y' # with some crazy exceptions -rarity_special_marker = 'E' +rarity_special_marker = 'I' rarity_basic_land_marker = 'L' # unambiguous synonyms