Merge pull request #2520 from jovalec/lambholt_butcher_transform_fix

Fix a bug of Lambholt Butcher not transforming back
This commit is contained in:
LevelX2 2016-10-29 19:47:01 +02:00 committed by GitHub
commit 1ae2010a3a

View file

@ -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);