changed documentation

This commit is contained in:
geeil-han 2024-11-17 00:54:42 +01:00
parent c4469eb625
commit 590f66e09f

View File

@ -2837,7 +2837,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
}
/**
* Steals positive stat stages from {@linkcode this} and gives it to {@linkcode source}
* Applies stat changes from {@linkcode move} and gives it to {@linkcode source}
* before damage calculation
*/
applyMoveAttrs(StatChangeBeforeDmgCalcAttr, source, this, move);