mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-01 05:52:17 +02:00
Update move.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
2b06573b0f
commit
d744e832b2
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user