Update move.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Bertie690 2025-05-27 21:15:56 -04:00 committed by GitHub
parent 2b06573b0f
commit d744e832b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -412,7 +412,7 @@ export default class Move implements Localizable {
/** /**
* Mark this move as unimplemented. * Mark this move as unimplemented.
* Unimplemented moves are ones which have _none_ of their basic functionality enabled, * Unimplemented moves are ones which have _none_ of their basic functionality enabled,
* and will fail upon use. * and cannot be used.
* @returns `this` * @returns `this`
*/ */
unimplemented(): this { unimplemented(): this {