fix create-test-boilerplate.js

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Bertie690 2025-04-20 14:05:23 -04:00 committed by GitHub
parent 7cab3d23f7
commit e0b7a54dc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -134,7 +134,7 @@ describe("${description}", () => {
game.override
.moveset(Moves.${type === "move" ? attrName : "SPLASH"})
.ability(Abilities.${type === "ability" ? attrName : "BALL_FETCH"})
.battleType("single")
.battleStyle("single")
.disableCrits()
.enemySpecies(Species.MAGIKARP)
.enemyAbility(Abilities.BALL_FETCH)