- Add Meld to the 'MayFlip ' function

This commit is contained in:
Sol
2016-07-24 01:56:26 +00:00
parent 1c99713172
commit e484d4bb62

View File

@@ -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;