From ade0303fe4dded0a5cb75484cf0de28658adae4a Mon Sep 17 00:00:00 2001 From: DustinLin Date: Thu, 11 Jul 2024 15:38:34 -0400 Subject: [PATCH] changing message phase to pre-beta-nuke message attr --- src/data/move.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/move.ts b/src/data/move.ts index c019eec49fc..16581b4a34a 100644 --- a/src/data/move.ts +++ b/src/data/move.ts @@ -8589,7 +8589,8 @@ export function initMoves() { new SelfStatusMove(Moves.SHED_TAIL, Type.NORMAL, -1, 10, -1, 0, 9) .unimplemented(), new SelfStatusMove(Moves.CHILLY_RECEPTION, Type.ICE, -1, 10, -1, 0, 9) - .attr(MessageHeaderAttr, (user, move) => getPokemonMessage(user, " is preparing to tell a chillingly bad joke!")) + //.attr(MessageHeaderAttr, ) + .attr(PreMoveMessageAttr, (user, move) => getPokemonMessage(user, " is preparing to tell a chillingly bad joke!")) .attr(WeatherChangeAttr, WeatherType.SNOW) .attr(ForceSwitchOutAttr, true, false), new SelfStatusMove(Moves.TIDY_UP, Type.NORMAL, -1, 10, -1, 0, 9)