forked from External/mage
this is a big one - fixed modal targetting and refactored getText()
This commit is contained in:
parent
1b6e78c489
commit
84b9cbb16b
373 changed files with 912 additions and 1814 deletions
|
|
@ -66,6 +66,7 @@ class BloodTitheEffect extends OneShotEffect<BloodTitheEffect> {
|
|||
|
||||
public BloodTitheEffect() {
|
||||
super(Outcome.Damage);
|
||||
staticText = "Each opponent loses 3 life. You gain life equal to the life lost this way";
|
||||
}
|
||||
|
||||
public BloodTitheEffect(final BloodTitheEffect effect) {
|
||||
|
|
@ -87,9 +88,4 @@ class BloodTitheEffect extends OneShotEffect<BloodTitheEffect> {
|
|||
return new BloodTitheEffect(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getText(Ability source) {
|
||||
return "Each opponent loses 3 life. You gain life equal to the life lost this way";
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue