- Fixed an occasional change.

This commit is contained in:
Agetian
2017-08-07 04:50:12 +00:00
parent 2bb8d8b52a
commit 2a6723f8db

View File

@@ -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);
}