- A more generic implementation for the previous commit.

This commit is contained in:
Agetian
2017-09-28 18:21:48 +00:00
parent 18529f47e7
commit 0a8ce34252
2 changed files with 2 additions and 2 deletions

View File

@@ -884,7 +884,7 @@ public class Game {
}
for (Card c : p.getOpponents().getCardsIn(ZoneType.Battlefield)) {
// Bone Dancer is important when an opponent has it active on the battlefield
if (c.hasSVar("NeedsOrderedGraveyard") && c.getName().equals("Bone Dancer")) {
if ("OPPONENT".equals(c.getSVar("NeedsOrderedGraveyard"))) {
return true;
}
}