Skip to content

Commit d09e748

Browse files
committed
Fixed God-Eternal Rhonas that it triggers on yourself
1 parent 55d4852 commit d09e748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mage.Sets/src/mage/cards/g/GodEternalRhonas.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public GodEternalRhonasEffect copy() {
8181

8282
@Override
8383
public boolean apply(Game game, Ability source) {
84-
for (Permanent permanent : game.getBattlefield().getActivePermanents(filter, source.getControllerId(), game)) {
84+
for (Permanent permanent : game.getBattlefield().getActivePermanents(filter, source.getControllerId(), source.getSourceId(), game)) {
8585
if (permanent == null) {
8686
continue;
8787
}

0 commit comments

Comments
 (0)