- One more tweak.

git-svn-id: http://svn.slightlymagic.net/forge/trunk@35823 269b9781-a132-4a9b-9d4e-f004f1b56b58
This commit is contained in:
Agetian 2017-09-28 18:22:17 +00:00
parent c6025710a4
commit 14d84837b0

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;
}
}