mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-05 07:00:52 +02:00
Update moveHelper.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
ba89c41570
commit
17af64108f
@ -77,7 +77,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