mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 17:58:01 +00:00
- MayView improvement for Foretell on desktop Forge.
This commit is contained in:
@@ -98,7 +98,7 @@ public class CDetailPicture {
|
||||
}
|
||||
|
||||
private boolean mayView() {
|
||||
return currentView == null || mayView.mayView(currentView);
|
||||
return currentView == null || mayView.mayView(currentView) || currentView.isForeTold(); // FIXME: should isForeTold be added somewhere higher up in the chain?
|
||||
}
|
||||
|
||||
private boolean mayFlip() {
|
||||
|
||||
Reference in New Issue
Block a user