mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Added missing break statement.
This commit is contained in:
@@ -135,6 +135,7 @@ public class Puzzle extends GameState implements InventoryItem, Comparable {
|
||||
|
||||
String countVar = "Count$Valid " + targets;
|
||||
goalCard.setSVar("PermCount", countVar);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user