mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-23 16:52:24 +02:00
Update src/data/move.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
76599eba8d
commit
8573b019dc
@ -1324,7 +1324,7 @@ export class PreMoveMessageAttr extends MoveAttr {
|
|||||||
* @extends MoveAttr
|
* @extends MoveAttr
|
||||||
*/
|
*/
|
||||||
export class PreUseInterruptAttr extends MoveAttr {
|
export class PreUseInterruptAttr extends MoveAttr {
|
||||||
protected message: string | ((user: Pokemon, target: Pokemon, move: Move) => string) | undefined;
|
protected message?: string | ((user: Pokemon, target: Pokemon, move: Move) => string);
|
||||||
protected overridesFailedMessage: boolean;
|
protected overridesFailedMessage: boolean;
|
||||||
protected conditionFunc: MoveConditionFunc;
|
protected conditionFunc: MoveConditionFunc;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user