mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Fixed an occasional change.
This commit is contained in:
@@ -379,7 +379,7 @@ public abstract class GameState {
|
|||||||
aiCardTexts.put(ZoneType.Command, categoryValue);
|
aiCardTexts.put(ZoneType.Command, categoryValue);
|
||||||
}
|
}
|
||||||
|
|
||||||
else if (categoryName.endsWith("ability")) {
|
else if (categoryName.startsWith("ability")) {
|
||||||
abilityString.put(categoryName.substring("ability".length()), categoryValue);
|
abilityString.put(categoryName.substring("ability".length()), categoryValue);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user