mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
Minor add to infinite combo
This commit is contained in:
parent
f85c7e07ba
commit
739cbd12a3
1 changed files with 1 additions and 1 deletions
|
@ -619,13 +619,13 @@ public class Commander extends Constructed {
|
||||||
|| cn.equals("grave titan") || cn.equals("great whale")
|
|| cn.equals("grave titan") || cn.equals("great whale")
|
||||||
|| cn.equals("grim monolith") || cn.equals("gush")
|
|| cn.equals("grim monolith") || cn.equals("gush")
|
||||||
|| cn.equals("hellkite charger") || cn.equals("intruder alarm")
|
|| cn.equals("hellkite charger") || cn.equals("intruder alarm")
|
||||||
|
|| cn.equals("helm of obedience")
|
||||||
|| cn.equals("hermit druid")
|
|| cn.equals("hermit druid")
|
||||||
|| cn.equals("humility")
|
|| cn.equals("humility")
|
||||||
|| cn.equals("iona, shield of emeria")
|
|| cn.equals("iona, shield of emeria")
|
||||||
|| cn.equals("karn, silver golem") || cn.equals("kiki-jiki, mirror breaker")
|
|| cn.equals("karn, silver golem") || cn.equals("kiki-jiki, mirror breaker")
|
||||||
|| cn.equals("krark-clan ironworks") || cn.equals("krenko, mob boss")
|
|| cn.equals("krark-clan ironworks") || cn.equals("krenko, mob boss")
|
||||||
|| cn.equals("krosan restorer") || cn.equals("laboratory maniac")
|
|| cn.equals("krosan restorer") || cn.equals("laboratory maniac")
|
||||||
|| cn.equals("leovold, emissary of trest")
|
|
||||||
|| cn.equals("leonin relic-warder") || cn.equals("leyline of the void")
|
|| cn.equals("leonin relic-warder") || cn.equals("leyline of the void")
|
||||||
|| cn.equals("memnarch") || cn.equals("memnarch")
|
|| cn.equals("memnarch") || cn.equals("memnarch")
|
||||||
|| cn.equals("meren of clan nel toth") || cn.equals("mikaeus, the unhallowed")
|
|| cn.equals("meren of clan nel toth") || cn.equals("mikaeus, the unhallowed")
|
||||||
|
|
Loading…
Reference in a new issue