Merge pull request #4441 from Ketsuban/fix-unified-strike

Fix Unified Strike
This commit is contained in:
Oleg Agafonov 2018-01-25 03:34:39 +04:00 committed by GitHub
commit 299f78d710
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,8 +75,8 @@ class UnifiedStrikeEffect extends OneShotEffect {
}
UnifiedStrikeEffect() {
super(Outcome.Benefit);
this.staticText = "";
super(Outcome.Exile);
this.staticText = "Exile target attacking creature if its power is less than or equal to the number of Soldiers on the battlefield.";
}
UnifiedStrikeEffect(final UnifiedStrikeEffect effect) {