- One more tweak.

This commit is contained in:
Agetian
2017-09-28 18:22:17 +00:00
parent 0a8ce34252
commit 9a6146e1ba

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 ("OPPONENT".equals(c.getSVar("NeedsOrderedGraveyard"))) {
if ("opponent".equalsIgnoreCase(c.getSVar("NeedsOrderedGraveyard"))) {
return true;
}
}