mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 08:22:16 +02:00
Update pokemon.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
aaf68aa3c1
commit
7f3a5cfe38
@ -4920,7 +4920,6 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
|
|||||||
* removing any whose durations fall below 0.
|
* removing any whose durations fall below 0.
|
||||||
* @param tagType the {@linkcode BattlerTagLapseType} to tick down
|
* @param tagType the {@linkcode BattlerTagLapseType} to tick down
|
||||||
*/
|
*/
|
||||||
|
|
||||||
lapseTags(lapseType: BattlerTagLapseType): void {
|
lapseTags(lapseType: BattlerTagLapseType): void {
|
||||||
const tags = this.summonData.tags;
|
const tags = this.summonData.tags;
|
||||||
tags
|
tags
|
||||||
|
Loading…
Reference in New Issue
Block a user