diff --git a/assets/battlebgs/HouseannorSupport.png b/assets/battlebgs/HouseannorSupport.png new file mode 100644 index 0000000..ae70b0d Binary files /dev/null and b/assets/battlebgs/HouseannorSupport.png differ diff --git a/index.ts b/index.ts index e409c04..ddf5110 100644 --- a/index.ts +++ b/index.ts @@ -128,6 +128,10 @@ const opponents = { [Opponents.TheFirewall]: { text: "The Firewall", colour: ["#FFFFFF", "#FFAA00"] + }, + [Opponents.Houseannor Support]: { + text: "Houseannor Support", + colour: ["#FF00FF", "#FFFFFF"] } } diff --git a/types.ts b/types.ts index 14a08af..fb34140 100644 --- a/types.ts +++ b/types.ts @@ -112,6 +112,7 @@ export enum Opponents { IncomingSword = "IncomingSword", Eda = "Eda", TheFirewall = "TheFirewall", + HouseannorSupport = "HouseannorSupport", }