mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00: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();
|
||||
bloodthirst.newId();
|
||||
bloodthirst.setSourceId(source.getSourceId());
|
||||
permanent.addAbility(ability);
|
||||
permanent.addAbility(bloodthirst);
|
||||
return true;
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue