Fixed God-Eternal Rhonas that it triggers on yourself

This commit is contained in:
Oleg Agafonov 2019-04-23 09:06:03 +04:00
parent 55d4852213
commit d09e74861a

View file

@ -81,7 +81,7 @@ class GodEternalRhonasEffect extends OneShotEffect {
@Override
public boolean apply(Game game, Ability source) {
for (Permanent permanent : game.getBattlefield().getActivePermanents(filter, source.getControllerId(), game)) {
for (Permanent permanent : game.getBattlefield().getActivePermanents(filter, source.getControllerId(), source.getSourceId(), game)) {
if (permanent == null) {
continue;
}