mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
nothing important
This commit is contained in:
@@ -712,7 +712,7 @@ public class ChangeZoneEffect extends SpellAbilityEffect {
|
||||
}
|
||||
|
||||
List<Card> movedCards;
|
||||
if (decider.isHuman()) {
|
||||
if (decider.getLobbyPlayer().isHuman()) {
|
||||
movedCards = changeHiddenOriginResolveHuman(decider, sa, player, changeNum, origin, destination, fetchList, libraryPos);
|
||||
} else {
|
||||
movedCards = hiddenOriginResolveAI(decider, sa, player, changeNum, origin, destination, fetchList, libraryPos);
|
||||
|
||||
@@ -247,9 +247,6 @@ public class Player extends GameEntity implements Comparable<Player> {
|
||||
return teamNumber;
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public boolean isHuman() { return getLobbyPlayer().isHuman(); }
|
||||
|
||||
public boolean isArchenemy() {
|
||||
|
||||
//Only the archenemy has schemes.
|
||||
|
||||
Reference in New Issue
Block a user