code comments

pull/688/head
shayebeadlingkl 2024-05-12 08:54:09 -04:00
parent fe8701c385
commit 7c0b9425da
1 changed files with 4 additions and 0 deletions

View File

@ -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 {
private sourceIndex: integer;