mirror of
https://github.com/Relintai/mtg-forge-ios.git
synced 2024-11-14 04:17:19 +01:00
- One more tweak.
git-svn-id: http://svn.slightlymagic.net/forge/trunk@35823 269b9781-a132-4a9b-9d4e-f004f1b56b58
This commit is contained in:
parent
c6025710a4
commit
14d84837b0
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user