v2.0.0: re-added internal name conversion for unen_spirit for now

This commit is contained in:
Evan Debenham
2023-03-08 16:41:47 -05:00
parent 168b9239da
commit 981935419d

View File

@@ -870,6 +870,8 @@ public enum Talent {
static{
//v2.0.0
renamedTalents.put("ARMSMASTERS_INTUITION", "VETERANS_INTUITION");
//v2.0.0 BETA
renamedTalents.put("LIGHTLY_ARMED", "UNENCUMBERED_SPIRIT");
}
public static void restoreTalentsFromBundle( Bundle bundle, Hero hero ){