Updated Combo List for New Combos

This commit is contained in:
Philip W 2022-11-14 22:40:22 +00:00
parent f2857b3c57
commit 7be90cc087

View File

@ -45,7 +45,9 @@ public:
{ {
{"F", 10}, {"F", 10},
{"W", 10}, {"W", 10},
{"FW", 20} {"WW", 15},
{"FW", 20},
{"FFW", 30}
}; };
FString BattleLog; FString BattleLog;