mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
* Molten Disaster - Fixed that Split Second ability did not work.
This commit is contained in:
parent
4e66dc56a8
commit
cbdb5e2bc6
2 changed files with 35 additions and 18 deletions
|
|
@ -38,6 +38,8 @@ public class SplitSecondAbility extends SimpleStaticAbility {
|
|||
}
|
||||
}
|
||||
|
||||
// Molten Disaster has a copy of this effect in it's class, so in case this effect has to be changed check also there
|
||||
|
||||
class SplitSecondEffect extends ContinuousRuleModifiyingEffectImpl {
|
||||
|
||||
SplitSecondEffect() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue