mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +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.
|
||||
List<Card> chainsList = null;
|
||||
for(Card c: game.getCardsInGame()) {
|
||||
for(Card c : game.getCardsIn(ZoneType.Battlefield)) {
|
||||
if ( c.getName().equals("Chains of Mephistopheles") ) {
|
||||
if ( null == chainsList )
|
||||
chainsList = new ArrayList<Card>();
|
||||
|
||||
Reference in New Issue
Block a user