From 4acb83acc7cbdd8079924deeebfbfbfc19ec171e Mon Sep 17 00:00:00 2001 From: fart <24866009+tmagicturtle@users.noreply.github.com> Date: Fri, 25 Dec 2020 07:06:49 -0500 Subject: [PATCH] SSB4: Fix typo in Archas's description (#7834) --- data/mods/ssb/moves.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/mods/ssb/moves.ts b/data/mods/ssb/moves.ts index ef37b59e4a..a599b9ed71 100644 --- a/data/mods/ssb/moves.ts +++ b/data/mods/ssb/moves.ts @@ -650,7 +650,7 @@ export const Moves: {[k: string]: ModdedMoveData} = { accuracy: 90, basePower: 30, category: "Physical", - desc: "Hits 4 times. If one hit braks the target's substitute, it will take damage for the remaining hits. This move is super effective against Steel-type Pokemon.", + desc: "Hits 4 times. If one hit breaks the target's substitute, it will take damage for the remaining hits. This move is super effective against Steel-type Pokemon.", shortDesc: "Hits 4 times. Super effective on Steel.", name: "Broadside Barrage", isNonstandard: "Custom",