mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-17 22:02:18 +02:00
Added comment
This commit is contained in:
parent
174c2c2cb6
commit
7d86634bbb
@ -2275,6 +2275,9 @@ export class PostFaintContactDamageAbAttr extends PostFaintAbAttr {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Attribute used for abilities (Innards Out) that damage the opponent based on how much HP the last attack used to knock out the owner of the ability.
|
||||||
|
*/
|
||||||
export class PostFaintHPDamageAbAttr extends PostFaintAbAttr {
|
export class PostFaintHPDamageAbAttr extends PostFaintAbAttr {
|
||||||
constructor() {
|
constructor() {
|
||||||
super ();
|
super ();
|
||||||
|
Loading…
Reference in New Issue
Block a user