mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
- Somewhat better option name for auto-yield granularity.
This commit is contained in:
@@ -195,6 +195,6 @@ public final class ForgeConstants {
|
||||
public static final String DISP_CURRENT_COLORS_NEVER = "Never";
|
||||
|
||||
// Constants for Auto-Yield Mode
|
||||
public static final String AUTO_YIELD_PER_CARD = "Per Card";
|
||||
public static final String AUTO_YIELD_PER_ABILITY = "Per Ability";
|
||||
public static final String AUTO_YIELD_PER_CARD = "Per Card (Each Game)";
|
||||
public static final String AUTO_YIELD_PER_ABILITY = "Per Ability (Each Match)";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user