forked from External/mage
oubliette difference is blocking me from pulls from origin
This commit is contained in:
commit
318c18fb34
1 changed files with 4 additions and 0 deletions
|
|
@ -222,7 +222,11 @@ class OublietteReturnEffect extends OneShotEffect {
|
|||
}
|
||||
if (oubliette == null) return false;//1st stab at getting those counters back
|
||||
for(Counter c : ((Oubliette)oubliette).godHelpMe.values()){ //would be nice if could just use that copy function to set the whole field
|
||||
<<<<<<< HEAD
|
||||
if(c!=null) newPermanent.getCounters(game).addCounter(c);
|
||||
=======
|
||||
newPermanent.getCounters(game).addCounter(c);
|
||||
>>>>>>> 013c506facb3e0cdc381116053e4fc7e90b17a42
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue