mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-29 18:26:09 +00:00
changed documentation
This commit is contained in:
parent
c4469eb625
commit
590f66e09f
@ -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
|
* before damage calculation
|
||||||
*/
|
*/
|
||||||
applyMoveAttrs(StatChangeBeforeDmgCalcAttr, source, this, move);
|
applyMoveAttrs(StatChangeBeforeDmgCalcAttr, source, this, move);
|
||||||
|
Loading…
Reference in New Issue
Block a user