fixed doubling season's seeming use of ore counters
This commit is contained in:
parent
63bdbc1569
commit
41e269d9b3
2 changed files with 3 additions and 2 deletions
|
@ -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')
|
||||
|
||||
|
|
|
@ -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.|
|
||||
|
||||
|
|
Loading…
Reference in a new issue