mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08:00
[STX] Implemented Thunderous Orator
This commit is contained in:
parent
5d9317586f
commit
2567e56db8
3 changed files with 115 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
package mage.abilities.keyword;
|
||||
|
||||
import mage.abilities.MageSingleton;
|
||||
import mage.abilities.StaticAbility;
|
||||
import mage.abilities.icon.abilities.IndestructibleAbilityIcon;
|
||||
import mage.constants.Zone;
|
||||
|
|
@ -21,7 +22,7 @@ import java.io.ObjectStreamException;
|
|||
*
|
||||
* @author BetaSteward_at_googlemail.com
|
||||
*/
|
||||
public class IndestructibleAbility extends StaticAbility {
|
||||
public class IndestructibleAbility extends StaticAbility implements MageSingleton {
|
||||
|
||||
private static final IndestructibleAbility instance;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue