mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Fix ManifestAi
This commit is contained in:
@@ -1069,7 +1069,6 @@ public class Card extends GameEntity implements Comparable<Card>, IHasSVars {
|
||||
public final Card getEncodingCard() {
|
||||
return encoding;
|
||||
}
|
||||
|
||||
public final void setEncodingCard(final Card e) {
|
||||
encoding = e;
|
||||
}
|
||||
|
||||
@@ -486,7 +486,7 @@ public class CardView extends GameEntityView {
|
||||
});
|
||||
}
|
||||
|
||||
private boolean canBeShownTo(final PlayerView viewer) {
|
||||
public boolean canBeShownTo(final PlayerView viewer) {
|
||||
if (viewer == null) { return false; }
|
||||
|
||||
ZoneType zone = getZone();
|
||||
|
||||
Reference in New Issue
Block a user