mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
used not copied ability
This commit is contained in:
parent
2cc3cf3407
commit
2c57324cf9
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ class BloodlordOfVaasgothEffect extends ContinuousEffectImpl {
|
||||||
Ability bloodthirst = ability.copy();
|
Ability bloodthirst = ability.copy();
|
||||||
bloodthirst.newId();
|
bloodthirst.newId();
|
||||||
bloodthirst.setSourceId(source.getSourceId());
|
bloodthirst.setSourceId(source.getSourceId());
|
||||||
permanent.addAbility(ability);
|
permanent.addAbility(bloodthirst);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue