mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
- Fixed #8157
This commit is contained in:
parent
13baf726e9
commit
1810c2c778
1 changed files with 1 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ public class BestowAbility extends SpellAbility {
|
|||
if (permanent != null) {
|
||||
MageObject basicObject = permanent.getBasicMageObject(game);
|
||||
if (basicObject != null) {
|
||||
game.checkStateAndTriggered(); // Bug #8157
|
||||
basicObject.getSubtype().remove(SubType.AURA);
|
||||
basicObject.addCardType(CardType.CREATURE);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue