mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- One more tweak.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user