mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
oubliette difference is blocking me from pulls from origin2
This commit is contained in:
parent
318c18fb34
commit
7149ecd2dd
1 changed files with 1 additions and 5 deletions
|
|
@ -222,11 +222,7 @@ class OublietteReturnEffect extends OneShotEffect {
|
||||||
}
|
}
|
||||||
if (oubliette == null) return false;//1st stab at getting those counters back
|
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
|
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);
|
||||||
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