Merge branch 'master' into 'master'

Don't fall through to other switch cases in CardView to avoid subtle bugs.

See merge request core-developers/forge!1652
This commit is contained in:
Michael Kamensky
2019-05-19 04:03:10 +00:00

View File

@@ -382,6 +382,7 @@ public class CardView extends GameEntityView {
if (!isFaceDown()) {
return true;
}
break;
case Hand:
if (controller.hasKeyword("Play with your hand revealed.")) {
return true;