mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-01 13:12:19 +02:00
Update moveHelper.ts comment fix
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
22c6e449b9
commit
be6595006d
@ -75,7 +75,7 @@ export class MoveHelper extends GameManagerHelper {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Changes a pokemon's moveset to the given move(s).
|
* Changes a pokemon's moveset to the given move(s).
|
||||||
* Used when the normal moveset override can't be used (such as when it's necessary to check or update properties of the moveset).
|
* Used when the normal moveset override can't be used (such as when it's necessary to check or update properties of the moveset).
|
||||||
* @param pokemon - The {@linkcode Pokemon} being modified
|
* @param pokemon - The {@linkcode Pokemon} being modified
|
||||||
* @param moveset - The {@linkcode Moves} (single or array) to change the Pokemon's moveset to
|
* @param moveset - The {@linkcode Moves} (single or array) to change the Pokemon's moveset to
|
||||||
|
Loading…
Reference in New Issue
Block a user