mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-28 03:02:24 +02:00
Update src/data/ability.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
280fcb3985
commit
88e05756c4
@ -2755,11 +2755,11 @@ export class ReflectStatStageChangeAbAttr extends PreStatStageChangeAbAttr {
|
||||
/**
|
||||
* Apply the {@linkcode ReflectStatStageChangeAbAttr} to an interaction
|
||||
* @param _pokemon The user pokemon
|
||||
* @param _passive
|
||||
* @param _simulated
|
||||
* @param _passive N/A
|
||||
* @param simulated `true` if the ability is being simulated by the AI
|
||||
* @param stat the {@linkcode BattleStat} being affected
|
||||
* @param cancelled The {@linkcode Utils.BooleanHolder} that will be set to true due to reflection
|
||||
* @param _args
|
||||
* @param args
|
||||
* @returns true because it reflects any stat being lowered
|
||||
*/
|
||||
applyPreStatStageChange(_pokemon: Pokemon, _passive: boolean, simulated: boolean, stat: BattleStat, cancelled: Utils.BooleanHolder, args: any[]): boolean {
|
||||
|
Loading…
Reference in New Issue
Block a user