mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Add Meld to the 'MayFlip ' function
This commit is contained in:
@@ -186,6 +186,7 @@ public abstract class AbstractGuiGame implements IGuiGame, IMayViewCards {
|
|||||||
return true; //original can always be shown if not a face down that can't be shown
|
return true; //original can always be shown if not a face down that can't be shown
|
||||||
case Flipped:
|
case Flipped:
|
||||||
case Transformed:
|
case Transformed:
|
||||||
|
case Meld:
|
||||||
return true;
|
return true;
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user