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]: {
|
[Opponents.MasterOG]: {
|
||||||
text: "Master OG",
|
text: "Master OG",
|
||||||
colour: ["#FF0000", "#FFFFFF"]
|
colour: ["#FF0000", "#FFFFFF"]
|
||||||
}
|
},
|
||||||
}
|
[Opponents.Stik]: {
|
||||||
|
|
||||||
const communityopponents = {
|
|
||||||
[CommunityOpponents.Stik]: {
|
|
||||||
text: "Stik",
|
text: "Stik",
|
||||||
colour: ["#FF0000", "#000000"]
|
colour: ["#FF0000", "#000000"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue