mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-17 22:02:18 +02:00
code comments
This commit is contained in:
parent
fe8701c385
commit
7c0b9425da
@ -1249,6 +1249,10 @@ export class CursedTag extends BattlerTag {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* If the pokemon faints to an attack move, the attacker loses all pp for that move
|
||||||
|
* @param {integer} sourceId The ID of the source pokemon
|
||||||
|
*/
|
||||||
export class GrudgeTag extends BattlerTag {
|
export class GrudgeTag extends BattlerTag {
|
||||||
private sourceIndex: integer;
|
private sourceIndex: integer;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user