diff --git a/src/GameData/ArmourSets.h b/src/GameData/ArmourSets.h index b88a83d..97daa02 100644 --- a/src/GameData/ArmourSets.h +++ b/src/GameData/ArmourSets.h @@ -56,6 +56,9 @@ static const std::map armour_sets { {25, {"Axial Core R-Type"_s, true}}, {26, {"Axial Core S-Type"_s, false}}, {27, {"Axial Core X-Type"_s, false}}, + {28, {"Zenith-X"_s, true}}, + {29, {"Zenith-Y"_s, false}}, + {30, {"Zenith-Z"_s, false}}, }; }