Compare commits
No commits in common. "d7fe048c98a2ce405e0bc131525bbf0916cfba3c" and "e5925c97640338196fcab8f66e63d40a31111599" have entirely different histories.
d7fe048c98
...
e5925c9764
Before Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 347 KiB |
Before Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 1.4 MiB |
4
index.ts
|
@ -158,10 +158,6 @@ const communityOpponents = {
|
|||
[CommunityOpponents.ThisMessage]: {
|
||||
text: "This Message",
|
||||
colour: ["#000000", "#FFFFFF"]
|
||||
},
|
||||
[CommunityOpponents.ProjectIX]: {
|
||||
text: "Project IX",
|
||||
colour: ["#FFFFFF", "#000000"]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
1
types.ts
|
@ -135,7 +135,6 @@ export enum CommunityOpponents {
|
|||
None = "None",
|
||||
Stik = "Stik",
|
||||
ThisMessage = "ThisMessage",
|
||||
ProjectIX = "ProjectIX",
|
||||
}
|
||||
|
||||
export enum Hair {
|
||||
|
|