mirror of
https://github.com/DaInfLoop/Battler-Generator.git
synced 2024-11-21 13:29:55 +00:00
Fixed Stik VS Screen hopefully
This commit is contained in:
parent
e2da7354e8
commit
fcd0787454
Before Width: | Height: | Size: 241 KiB After Width: | Height: | Size: 241 KiB |
7
index.ts
7
index.ts
|
@ -143,11 +143,8 @@ const opponents = {
|
|||
[Opponents.MasterOG]: {
|
||||
text: "Master OG",
|
||||
colour: ["#FF0000", "#FFFFFF"]
|
||||
}
|
||||
}
|
||||
|
||||
const communityopponents = {
|
||||
[CommunityOpponents.Stik]: {
|
||||
},
|
||||
[Opponents.Stik]: {
|
||||
text: "Stik",
|
||||
colour: ["#FF0000", "#000000"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue