mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 20:29:19 -08: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…
Add table
Add a link
Reference in a new issue