mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- CheckStyle.
This commit is contained in:
@@ -1038,7 +1038,7 @@ public class MagicStack extends MyObservable {
|
|||||||
if (!hasFoundPossibleSA) {
|
if (!hasFoundPossibleSA) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if(source.getOwner().isHuman()) {
|
if (source.getOwner().isHuman()) {
|
||||||
AllZone.getGameAction().playCardNoCost(source);
|
AllZone.getGameAction().playCardNoCost(source);
|
||||||
} else {
|
} else {
|
||||||
System.out.println("rebound: " + source);
|
System.out.println("rebound: " + source);
|
||||||
|
|||||||
Reference in New Issue
Block a user