mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28: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
|
||||
case Flipped:
|
||||
case Transformed:
|
||||
case Meld:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user