We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55d4852 commit d09e748Copy full SHA for d09e748
Mage.Sets/src/mage/cards/g/GodEternalRhonas.java
@@ -81,7 +81,7 @@ public GodEternalRhonasEffect copy() {
81
82
@Override
83
public boolean apply(Game game, Ability source) {
84
- for (Permanent permanent : game.getBattlefield().getActivePermanents(filter, source.getControllerId(), game)) {
+ for (Permanent permanent : game.getBattlefield().getActivePermanents(filter, source.getControllerId(), source.getSourceId(), game)) {
85
if (permanent == null) {
86
continue;
87
}
0 commit comments