mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Fixed Chains of Mephistopheles.
This commit is contained in:
@@ -1320,7 +1320,7 @@ public abstract class Player extends GameEntity implements Comparable<Player> {
|
|||||||
|
|
||||||
// This is why the code is placed after any other replacement effects could affect the draw event.
|
// This is why the code is placed after any other replacement effects could affect the draw event.
|
||||||
List<Card> chainsList = null;
|
List<Card> chainsList = null;
|
||||||
for(Card c: game.getCardsInGame()) {
|
for(Card c : game.getCardsIn(ZoneType.Battlefield)) {
|
||||||
if ( c.getName().equals("Chains of Mephistopheles") ) {
|
if ( c.getName().equals("Chains of Mephistopheles") ) {
|
||||||
if ( null == chainsList )
|
if ( null == chainsList )
|
||||||
chainsList = new ArrayList<Card>();
|
chainsList = new ArrayList<Card>();
|
||||||
|
|||||||
Reference in New Issue
Block a user