mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
Merge pull request #4441 from Ketsuban/fix-unified-strike
Fix Unified Strike
This commit is contained in:
commit
299f78d710
1 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue