mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
Merge pull request #2520 from jovalec/lambholt_butcher_transform_fix
Fix a bug of Lambholt Butcher not transforming back
This commit is contained in:
commit
1ae2010a3a
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