Compare commits
No commits in common. "e5925c97640338196fcab8f66e63d40a31111599" and "7e50cb802eabbb21695253e81596c2c4018a3847" have entirely different histories.
e5925c9764
...
7e50cb802e
Before Width: | Height: | Size: 137 KiB |
Before Width: | Height: | Size: 304 KiB |
Before Width: | Height: | Size: 264 KiB |
Before Width: | Height: | Size: 288 KiB |
Before Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 47 KiB |
Before Width: | Height: | Size: 47 KiB |
Before Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 47 KiB |
Before Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 47 KiB |
Before Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 48 KiB |
4
index.ts
|
@ -154,10 +154,6 @@ const communityOpponents = {
|
|||
[CommunityOpponents.Stik]: {
|
||||
text: "Stik",
|
||||
colour: ["#FF0000", "#000000"]
|
||||
},
|
||||
[CommunityOpponents.ThisMessage]: {
|
||||
text: "This Message",
|
||||
colour: ["#000000", "#FFFFFF"]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
3
types.ts
|
@ -23,7 +23,6 @@ export enum Hats {
|
|||
TrafficCone = "Traffic Cone",
|
||||
FirstPartyHat = "1st Party Hat",
|
||||
MasterTransceivers = "Master Transceivers",
|
||||
BuilderHelmet = "Builder Helmet",
|
||||
}
|
||||
|
||||
export enum Faces {
|
||||
|
@ -78,7 +77,6 @@ export enum Buddies {
|
|||
NoodleTheKitten = "Noodle the Kitten",
|
||||
CakeDay = "Cake Day",
|
||||
MasterOG = "Master OG",
|
||||
BattleBuilder = "Battle Builder",
|
||||
}
|
||||
|
||||
export enum Backs {
|
||||
|
@ -134,7 +132,6 @@ export enum Opponents {
|
|||
export enum CommunityOpponents {
|
||||
None = "None",
|
||||
Stik = "Stik",
|
||||
ThisMessage = "ThisMessage",
|
||||
}
|
||||
|
||||
export enum Hair {
|
||||
|
|