Guangcong Luo
78439b4a02
Update to ESLint 9 ( #10926 )
...
ESLint has a whole new config format, so I figure it's a good time to
make the config system saner.
- First, we no longer have separate eslint-no-types configs. Lint
performance shouldn't be enough of a problem to justify the
relevant maintenance complexity.
- Second, our base config should work out-of-the-box now. `npx eslint`
will work as expected, without any CLI flags. You should still use
`npm run lint` which adds the `--cached` flag for performance.
- Third, whatever updates I did fixed style linting, which apparently
has been bugged for quite some time, considering all the obvious
mixed-tabs-and-spaces issues I found in the upgrade.
Also here are some changes to our style rules. In particular:
- Curly brackets (for objects etc) now have spaces inside them. Sorry
for the huge change. ESLint doesn't support our old style, and most
projects use Prettier style, so we might as well match them in this way.
See https://github.com/eslint-stylistic/eslint-stylistic/issues/415
- String + number concatenation is no longer allowed. We now
consistently use template strings for this.
2025-02-25 20:03:46 -08:00
pyuk-bot
7bb2fd1869
Overhaul 'SwitchIn' event for more accurate effect resolution order ( #10766 )
2025-01-28 16:51:17 -06:00
André Bastos Dias
ce76114c12
Implement fainted forme regression ( #10810 )
2025-01-25 14:06:40 -06:00
Kris Johnson
63ca4e2c81
Use DexTypes#names() where applicable
2024-11-10 20:32:24 -07:00
Kris Johnson
44b0f7d8c1
Battle Actions: Clean up runMove and useMove function args ( #10492 )
...
* Battle Actions: Clean up `runMove` and `useMove` function args
* sdfsdf
2024-08-18 09:00:13 -06:00
HiZo
783f724a03
Super Staff Bros: Implement bugfixes and balance updates ( #10448 )
...
* Refactor where Frostyicelad gets Fishious Rend
* Fix Froggeh's move
* Fix multiple teras, correct protocol message for shinies, other stuff
* Fix things i didnt test from the last commit and partman not displaying shiny
* Remove Goro Yagami
* Accurately depict Haste Inky's boost distribution
* simplify
Co-authored-by: urkerab <urkerab@users.noreply.github.com>
* fix
* Update data/mods/gen9ssb/moves.ts
* Fix Hogwash interaction with substitute
Also fix R8's move interaction with Substitute
* Add comment
* properly implement changing genders
* Rename Lily's move
'Recharge' as a move was already taken up by the must recharge forced move selection so this aims to revert that
* Fix bug with saintly bullet
* Update moves.ts
* Update conditions.ts
* Update moves.ts
* Update random-teams.ts
* Update pokedex.ts
* Wowee this is a LOT of balance changes
* Document Amnesia for phoopes
* all but archas to go
* dont explode pokemon immediately from end round + perish song
* Revert archas back to original pre nerf z move idea
* Nerf Xprienzo
* Add illusion checks
* Nerf Scovillain too.
* Improve Wonderer
* Tweak my quote a bit
* im bad
* Opple is now Apple
* apple wanted new quotes
* Finall add meme format
* display pestering assault in commands + add long desc for vruuuum
* Desc for nya innate
* Update Ultra Mystik desc
* Cake helped descriptions, also misc bugfixes and clarifications
* Don't hardcode custom mega abilities
* Update server/chat-plugins/randombattles/ssb.ts
* Update server/chat-plugins/randombattles/ssb.ts
* Update ssb.ts
---------
Co-authored-by: urkerab <urkerab@users.noreply.github.com>
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
2024-08-12 23:25:34 -06:00
Karthik Bandagonda
16d9ffe07e
Fix interaction between Encore and priority-blocking effects ( #10434 )
2024-07-22 20:54:06 -05:00
Kris Johnson
bf76033680
SSB: Fix MORE bugs ( #10338 )
2024-06-06 17:13:11 -06:00
Kris Johnson
284009fcc4
SSB: Add more new sets ( #10336 )
...
* SSB: Add more new sets
* Update data/mods/gen9ssb/abilities.ts
* Update data/mods/gen9ssb/random-teams.ts
2024-06-05 17:45:31 -06:00
Kris Johnson
706fe28997
SSB: Add Daki and Neko
2024-06-03 18:48:06 -06:00
Kris Johnson
0884e45f73
SSB: Implement balance changes ( #10301 )
...
* SSB: Implement balance changes
* meowdy
* add tico
* Update data/mods/gen9ssb/random-teams.ts
Co-authored-by: HiZo <96159984+HisuianZoroark@users.noreply.github.com>
---------
Co-authored-by: HiZo <96159984+HisuianZoroark@users.noreply.github.com>
2024-05-17 21:16:45 -06:00
Hisuian Zoroark
ee49e93fc3
SSBU: Fix bugs ( #10284 )
...
* SSB: Fix random turns not ending properly, and other bugs
* Fix desc
* Do stuff
* Outright fail instead to prevent strange edge cases
* properly fix Breadstycks
* Fix Luck Pulse crit ratio
* Reimplement faintMessages modifications
* Fix Arsenal Ability
* actually fix arsenal ability
* blehhhhh
* important comment
* fix other things
* .
* Update data/mods/gen9ssb/moves.ts
---------
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
2024-05-07 13:28:03 -06:00
Kris Johnson
b4a91756b0
SSB: Fix bugs
2024-05-04 18:33:52 -06:00
Kris Johnson
d97a17e4ce
Add Super Staff Bros: Ultimate ( #10279 )
...
* Add Phoopes (#16 )
* Add Scotteh (#17 )
Co-authored-by: Hisuian Zoroark <96159984+HisuianZoroark@users.noreply.github.com>
* Add Mad Monty (#18 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* don't be lazy
* add snake_rattler (#11 )
* Add Irpachuza (#14 )
* Add sharp_claw (#19 )
* Add zee (#20 )
* Add ironwater (#21 )
* Remove problematic code
Honestly we might just need to remake this later
* Add Kolochu and Rumia (#23 )
Co-authored-by: Karthik <32044378+Karthik99999@users.noreply.github.com>
Co-authored-by: Hisuian Zoroark <96159984+HisuianZoroark@users.noreply.github.com>
* Add deftinwolf (#22 )
Co-authored-by: Hisuian Zoroark <96159984+HisuianZoroark@users.noreply.github.com>
* Create getRoomauth function (#3 )
* Add Coolcodename (#26 )
* Fix Anfield Atmosphere crash (#25 )
* Update moves.ts
* Fix Sire Switch not protecting (#28 )
* Fix Hat-Trick not criting on 3rd hit (#31 )
* Properly display opponent's name for Irpachuza (#29 )
* Fix Cacophony making all sound moves fail (#30 )
* Rumia's Custom Stats (#33 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Mex (#27 )
Co-authored-by: Karthik <32044378+Karthik99999@users.noreply.github.com>
* Add violet (#24 )
* Add havi (#34 )
* Add Krytocon (#32 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
Co-authored-by: Hisuian Zoroark <96159984+HisuianZoroark@users.noreply.github.com>
* Add custom lines for BreadLoeuf vs Mad Monty
by request of BreadLoeuf
* Add Mathy (#35 )
* Add Zalm (#36 )
* Add Eli (#37 )
Co-authored-by: Hisuian Zoroark <96159984+HisuianZoroark@users.noreply.github.com>
* Add hsy (#38 )
Co-authored-by: Hisuian Zoroark <96159984+HisuianZoroark@users.noreply.github.com>
* Add Lumari (#41 )
Co-authored-by: Hisuian Zoroark <96159984+HisuianZoroark@users.noreply.github.com>
Co-authored-by: Karthik <32044378+Karthik99999@users.noreply.github.com>
* Add spoo (#40 )
* Fix some alphabetization
* Add Cake (#39 )
* Add ReturnToMonkey (#42 )
* Add smely socks (#43 )
Co-authored-by: Hisuian Zoroark <96159984+HisuianZoroark@users.noreply.github.com>
* Add Theia (#45 )
* Add HisuianZoroark to codeowners for ssb
* Add Yellow Paint (#44 )
Co-authored-by: Hisuian Zoroark <96159984+HisuianZoroark@users.noreply.github.com>
* Add Peary (#46 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add in the hills (#48 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Blitz (#49 )
Co-authored-by: Hisuian Zoroark <96159984+HisuianZoroark@users.noreply.github.com>
* Add HoeenHero (#50 )
Co-authored-by: Hisuian Zoroark <96159984+HisuianZoroark@users.noreply.github.com>
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Isaiah (#47 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Fix Blitz, update sun
* Add Dawn of Artemis (#54 )
Co-authored-by: Karthik <32044378+Karthik99999@users.noreply.github.com>
* Add Swiffix (#53 )
* Add Pyro (#52 )
* Add enemyStaff function (#57 )
* Fix animation
* Update conditions.ts
* Fix debug teams not always having 6 pokemon (#60 )
* Add Chloe (#59 )
* Add Lalaya (#56 )
* Add Venous (#55 )
* Add WigglyTree (#61 )
Co-authored-by: Hisuian Zoroark <96159984+HisuianZoroark@users.noreply.github.com>
* Add Ganjafin (#62 )
Co-authored-by: Hisuian Zoroark <96159984+HisuianZoroark@users.noreply.github.com>
* Add Archas (#64 )
Co-authored-by: Hisuian Zoroark <96159984+HisuianZoroark@users.noreply.github.com>
* Add neycwang (#63 )
Co-authored-by: Hisuian Zoroark <96159984+HisuianZoroark@users.noreply.github.com>
* Krytocon fixes (#65 )
* Refactor Sharp_Claw's forme change to an innate (#58 )
Co-authored-by: Karthik <32044378+Karthik99999@users.noreply.github.com>
* Add DaWoblefet (#67 )
* Add Aelita (#66 )
* Rename mod to gen9ssb
* Fix file for ssb in codeowners
* Swiffix: Fix typo in description (#70 )
* Make some changes for client support down the line (#75 )
* Remove HisuianZoroark as a codeowner for Staff Bros.
Due to an unfortunately swamped college schedule and other IRL responsibilities, I do not have the time nor the energy to contribute to this format. Incredibly delayed commit as I mentioned this a while ago but better late than never.
* espacio
* Readd HiZo as CODEOWNER for SSB
* Remove questionable users
* Refactor a fuckton, prep for revival
* oops
* Add Loethalion (#80 )
* Rename users
* Add Meteordash
* Add WarriorGallade
* Add Notater517
* Add HiZo (#81 )
* Add Isaiah + tweak Ney
* Add berry
* Add kenn
* Add Lasen
* Fix move type
* Add aQrator (#82 )
Co-authored-by: Hisuian Zoroark <96159984+HisuianZoroark@users.noreply.github.com>
* Add Teclis (#83 )
Co-authored-by: Hisuian Zoroark <96159984+HisuianZoroark@users.noreply.github.com>
* Add Lily
* Add Xprienzo
* Add Aegii
* this fucking sucks lmao
* Revert "this fucking sucks lmao"
This reverts commit e15eef6a025af42d1d090d7c958513586b494a28.
* properly make quote less hacky
* Add Alex
* I am a dumbass
* Redo Violet (#84 )
* Add Sulo (#90 )
* Add Quite Quiet (#89 )
Co-authored-by: Hisuian Zoroark <96159984+HisuianZoroark@users.noreply.github.com>
* Add Hydrostatics (#87 )
Co-authored-by: Hisuian Zoroark <96159984+HisuianZoroark@users.noreply.github.com>
* Add Lunell (#85 )
Co-authored-by: HoeenHero <HoeenCoder@users.noreply.github.com>
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
Co-authored-by: Hisuian Zoroark <96159984+HisuianZoroark@users.noreply.github.com>
* Add Waves (#96 )
* Add Siegfried (#93 )
* Add PartMan (#86 )
Co-authored-by: Hisuian Zoroark <96159984+HisuianZoroark@users.noreply.github.com>
* Add YveltalNL (#97 )
Co-authored-by: Hisuian Zoroark <96159984+HisuianZoroark@users.noreply.github.com>
* Add Arya (#94 )
* Fix things
* Add Kiwi (#91 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add zoro (#101 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add J0rdy004 (#103 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Artemis (#102 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Frozoid (#100 )
Co-authored-by: Hisuian Zoroark <96159984+HisuianZoroark@users.noreply.github.com>
* Add Monkey (#98 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Two of Roses (#95 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Emboar02 (#99 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Appletun a la Mode (#92 )
* Add ptoad
* Add Lionyx (#104 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add chaos (#105 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Ransei (#106 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Karthik (#107 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Zarel (#108 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Corthius (#111 )
* Add Fame (#109 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Alexander489 (#110 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Alpha (#114 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Tico (#115 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add skies (#113 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Valerian (#116 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Klmondo (#117 )
* Add xy01 (#118 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Lets go shuckles (#119 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Pissog (#120 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Kalalokki (#121 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Solaros & Lunaris (#122 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add AuzBat (#124 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Soft Flex (#123 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Struchni (#125 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add autumn (#126 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Update move name
* Update random-teams.ts
* Add Elliot (#129 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Akir (#127 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Arsenal (#128 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Billo (#130 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Frostyicelad (#131 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add kingbaruk (#132 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add maroon (#133 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add avarice (#136 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Tweak HiZo, Update Irpachuza
* fix vio anim
* fix crash
* Add Clouds (#134 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Clefable (#135 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add za (#140 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Haste Inky (#138 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Nyx (#137 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Update Emboar02 (#141 )
* Add Froggeh (#139 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Cake (#142 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add ken (#143 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add ausma (#144 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Tenshi (#146 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add spoo (#148 )
* Add Arcueid (#147 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add nya (#152 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add RSB (#149 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Kaede (#151 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Beowulf (#150 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add pokemonvortex (#112 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Rename Kris
* Add Ciran and keys and do tweaks
* Krytocon, eva, Clementine
* Fix initial bugs/crashes
* Fix Bugs, optimize stuff
* Some bugfixes
* Fix boost
* Tweak some cosmetics (#153 )
Co-authored-by: Hisuian Zoroark <96159984+HisuianZoroark@users.noreply.github.com>
* Add protocol for vivi custom move
* teehee
* fug
* Tweaks
* Update Rumia, Artemis, UT and Kry (#157 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add MyPearl (#154 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add marillvibes (#156 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add R8 (#155 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Fix some bugs
* Update (s)poo
* Fix build
* Add Sificon/Goro Yagami, bugfixes
* EWPS!
* Fix Artemis crash
* Update /ssb
* Remove Alpha
* Add Felucia (#158 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add PenQuin / update Sificon (#159 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
Co-authored-by: Hisuian Zoroark <96159984+HisuianZoroark@users.noreply.github.com>
* Nuke image quotes (#160 )
* Add blazeofvictory (#165 )
* Add Rainshaft (#166 )
* Add vmnunes (#164 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add SexyMalasada (#167 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add quziel (#163 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Update ME!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
* Live debugging me on prod
* Fix crash
* Fix bugs
* Fix typo
* Oops :-3
* im so stupid
* Add Opple (#169 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Pulse_kS (#171 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Aethernum (#172 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add DianaNicole (#170 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Update Hizo + plenty of desc additions (#168 )
* Update ausma, MadMonty (#162 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Nerf Waves
* Fix dhelmise x4
* Fix violet move accuracy
* Stop forcing my mon every time
* Fix build
* Add EasyOnTheHills / Update Valerian (#161 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Lyna (#173 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Vistar (#174 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Bugfixes vol. 1 (#175 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Re-add some stuff
* More bugfixes
* Update PartMan's messages to add aQrator (#176 )
* Fix bug with Scapegoat
* More Bugfixes/QoL changes (#177 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Some buffs
* Put bite flag on RSB sig move
* Fix illusion master
* Fix storm surge desc
* FIX BUILD D:DPDODKEIKFIFWFDFSDF
* Fix meteordash agAIN
* Fix anfield
* Some fixes + temporary chat plugin
* meow
* Fix build
* kolohe namechange
* Update html script
* Super Staff Bros: Grammar & Polishing (#178 )
* Add Hidden Format and fix aesthetics (#179 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Fix some bugs
* Fix stuff
* Temporarily remove Hidden format team generation
* Fix Arcueid quotes, remove leftover code
* uhh meow
* Adjust J0rdy's stats
* Move SSB chat stuff into its own plugin
* Add a command to disable sets (#180 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Update article URL
---------
Co-authored-by: Hisuian Zoroark <96159984+HisuianZoroark@users.noreply.github.com>
Co-authored-by: TomOfTomKat <73961857+TomOfTomKat@users.noreply.github.com>
Co-authored-by: Karthik <32044378+Karthik99999@users.noreply.github.com>
Co-authored-by: ausmacon <107449244+ausmacon@users.noreply.github.com>
Co-authored-by: Alexander B <4866817+MathyFurret@users.noreply.github.com>
Co-authored-by: HoeenHero <HoeenCoder@users.noreply.github.com>
Co-authored-by: PartMan <47669599+PartMan7@users.noreply.github.com>
Co-authored-by: WarriorGallade <100499523+WarriorGallade@users.noreply.github.com>
Co-authored-by: ACakeWearingAHat <45981036+ACakeWearingAHat@users.noreply.github.com>
Co-authored-by: Mia <49593536+mia-pi-git@users.noreply.github.com>
2024-05-04 12:01:51 -06:00