mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-05 07:52:17 +02:00
Remove misleading comment in Download attr
This commit is contained in:
parent
d4824c76d6
commit
87eed665a9
@ -2039,7 +2039,6 @@ export class DownloadAbAttr extends PostSummonAbAttr {
|
|||||||
private enemyCountTally: integer;
|
private enemyCountTally: integer;
|
||||||
private stats: BattleStat[];
|
private stats: BattleStat[];
|
||||||
|
|
||||||
// TODO: Implement the Substitute feature(s) once move is implemented.
|
|
||||||
/**
|
/**
|
||||||
* Checks to see if it is the opening turn (starting a new game), if so, Download won't work. This is because Download takes into account
|
* Checks to see if it is the opening turn (starting a new game), if so, Download won't work. This is because Download takes into account
|
||||||
* vitamins and items, so it needs to use the BattleStat and the stat alone.
|
* vitamins and items, so it needs to use the BattleStat and the stat alone.
|
||||||
|
Loading…
Reference in New Issue
Block a user