mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28: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);
|
||||
}
|
||||
|
||||
else if (categoryName.endsWith("ability")) {
|
||||
else if (categoryName.startsWith("ability")) {
|
||||
abilityString.put(categoryName.substring("ability".length()), categoryValue);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user