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()) {
|
||||
return true;
|
||||
}
|
||||
break;
|
||||
case Hand:
|
||||
if (controller.hasKeyword("Play with your hand revealed.")) {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user