mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
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:
@@ -382,6 +382,7 @@ public class CardView extends GameEntityView {
|
|||||||
if (!isFaceDown()) {
|
if (!isFaceDown()) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case Hand:
|
case Hand:
|
||||||
if (controller.hasKeyword("Play with your hand revealed.")) {
|
if (controller.hasKeyword("Play with your hand revealed.")) {
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user