mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
* Reworked Cho-Manno's Blessing protection handling (fix).
This commit is contained in:
parent
630b2c32d7
commit
d8dc95c16f
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ public class ProtectionChosenColorAttachedEffect extends ContinuousEffectImpl {
|
|||
if (protectionAbility != null) {
|
||||
Permanent attachedTo = game.getPermanent(attachement.getAttachedTo());
|
||||
if (attachedTo != null) {
|
||||
attachement.addAbility(protectionAbility, source.getSourceId(), game);
|
||||
attachedTo.addAbility(protectionAbility, source.getSourceId(), game);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue