diff --git a/app/features/object-damage-calculator/calculator-constants.ts b/app/features/object-damage-calculator/calculator-constants.ts index e3e131180..b65a64e68 100644 --- a/app/features/object-damage-calculator/calculator-constants.ts +++ b/app/features/object-damage-calculator/calculator-constants.ts @@ -96,6 +96,7 @@ export const damagePriorities: Array< ["SUB", [13], "BOMB_DIRECT", "Bomb_TorpedoBullet"], ["SPECIAL", [4], "BOMB_NORMAL", "MultiMissile_Bullet"], // There is also "MultiMissile_BombCore" but it seems to contain same rates as MultiMissile_Bullet + ["SPECIAL", [5], "SPECIAL_TICK", "InkStorm"], ["SPECIAL", [8], "SPECIAL_MAX_CHARGE", "BlowerExhale_BombCore"], ["SPECIAL", [8], "SPECIAL_MIN_CHARGE", "BlowerExhale_BombCore"], ["SPECIAL", [10], "BOMB_DIRECT", "Jetpack_BombCore"], diff --git a/app/features/sendouq/routes/q.looking.tsx b/app/features/sendouq/routes/q.looking.tsx index 8d6fd1607..1480eb8f8 100644 --- a/app/features/sendouq/routes/q.looking.tsx +++ b/app/features/sendouq/routes/q.looking.tsx @@ -647,7 +647,6 @@ function Groups() { users={chatUsers} className="w-full" messagesContainerClassName="q__chat-messages-container" - onNewMessage={onNewMessage} chat={chat} onMount={onChatMount} onUnmount={onChatUnmount} diff --git a/app/features/tournament-bracket/components/ScoreReporter.tsx b/app/features/tournament-bracket/components/ScoreReporter.tsx index 831dbcc34..b0280aa6b 100644 --- a/app/features/tournament-bracket/components/ScoreReporter.tsx +++ b/app/features/tournament-bracket/components/ScoreReporter.tsx @@ -410,7 +410,6 @@ function MatchActionSectionTabs({ users={chatUsers} className="w-full q__chat-container" messagesContainerClassName="q__chat-messages-container" - onNewMessage={onNewMessage} chat={chat} onMount={onChatMount} onUnmount={onChatUnmount}