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.|