mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 04:39:18 -08:00
returned back ability.copy(). Otherwise it wouldn't work.
This commit is contained in:
parent
b8076aa1d3
commit
2cc3cf3407
1 changed files with 3 additions and 0 deletions
|
|
@ -109,6 +109,9 @@ class BloodlordOfVaasgothEffect extends ContinuousEffectImpl {
|
|||
if (object != null) {
|
||||
Permanent permanent = game.getPermanent(object.getSourceId());
|
||||
if (permanent != null) {
|
||||
Ability bloodthirst = ability.copy();
|
||||
bloodthirst.newId();
|
||||
bloodthirst.setSourceId(source.getSourceId());
|
||||
permanent.addAbility(ability);
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue