mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08:00
* Masako the Humorless - Fixed that the thought as ability also worked unintended for creatures of opponents.
This commit is contained in:
parent
f25d6930e0
commit
a8d61169ad
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ class BlockTappedEffect extends AsThoughEffectImpl {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean applies(UUID sourceId, Ability source, UUID affectedControllerId, Game game) {
|
public boolean applies(UUID sourceId, Ability source, UUID affectedControllerId, Game game) {
|
||||||
Permanent permanent = game.getPermanent(source.getSourceId());
|
Permanent permanent = game.getPermanent(sourceId);
|
||||||
if (permanent != null && permanent.getControllerId().equals(source.getControllerId())) {
|
if (permanent != null && permanent.getControllerId().equals(source.getControllerId())) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue