mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-05 07:52:17 +02:00
Fix typo in comment; remove unnecessary !!
This commit is contained in:
parent
6467442cbd
commit
43367483a7
@ -533,7 +533,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param {boolean} useIllusion - Whether we want the fake name or the real name of the Pokemon (for Illusion ability).
|
* @param useIllusion - Whether we want the fake name or the real name of the Pokemon (for Illusion ability).
|
||||||
*/
|
*/
|
||||||
getNameToRender(useIllusion = true) {
|
getNameToRender(useIllusion = true) {
|
||||||
const name: string =
|
const name: string =
|
||||||
|
Loading…
Reference in New Issue
Block a user