mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Default turn = 1 if none set
This commit is contained in:
@@ -398,6 +398,8 @@ public abstract class GameState {
|
||||
|
||||
if (categoryName.equals("turn")) {
|
||||
turn = Integer.parseInt(categoryValue);
|
||||
} else {
|
||||
turn = 1;
|
||||
}
|
||||
if (categoryName.endsWith("life")) {
|
||||
if (isHuman)
|
||||
|
||||
Reference in New Issue
Block a user