mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Fix a bug of Lambholt Butcher not transforming back
This commit is contained in:
parent
a399537772
commit
a3893147f4
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ public class LambholtButcher extends CardImpl {
|
|||
|
||||
// this card is the second face of double-faced card
|
||||
this.nightCard = true;
|
||||
this.transformable = true;
|
||||
|
||||
// At the beginning of each upkeep, if a player cast two or more spells last turn, transform Lambholt Butcher.
|
||||
TriggeredAbility ability = new BeginningOfUpkeepTriggeredAbility(new TransformSourceEffect(false), TargetController.ANY, false);
|
||||
|
|
Loading…
Reference in a new issue