From 41e269d9b3990df2e5b02a306cb3ec97b7d35d71 Mon Sep 17 00:00:00 2001 From: billzorn Date: Sat, 27 Jun 2015 19:17:38 -0700 Subject: [PATCH] fixed doubling season's seeming use of ore counters --- encode.py | 3 ++- output.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/encode.py b/encode.py index e17985f..d2701a0 100644 --- a/encode.py +++ b/encode.py @@ -353,7 +353,8 @@ def replace_counters(s): 'ore counter', ] for countername in shortcounters: - if countername in s: + # SUPER HACKY fix for doubling season + if countername in s and 'more counter' not in s: usedcounters += [countername] s = s.replace(countername, counter_marker + ' counter') diff --git a/output.txt b/output.txt index 6d7bd8a..e6a0770 100644 --- a/output.txt +++ b/output.txt @@ -29322,7 +29322,7 @@ |zombie cutthroat||creature||zombie|&^^^/&^^^^|{^^^BBBB}|morph~pay &^^^^^ life. | -|doubling season||enchantment||||{^^^^GG}|countertype # ore\if an effect would put one or more tokens onto the battlefield under your control, it puts twice that many of those tokens onto the battlefield instead.\if an effect would place one or m# counters on a permanent you control, it places twice that many of those counters on that permanent instead.| +|doubling season||enchantment||||{^^^^GG}|if an effect would put one or more tokens onto the battlefield under your control, it puts twice that many of those tokens onto the battlefield instead.\if an effect would place one or more counters on a permanent you control, it places twice that many of those counters on that permanent instead.| |compulsive research||sorcery||||{^^UU}|target player draws three cards. then that player discards two cards unless he or she discards a land card.|