This commit is contained in:
Kalle
2023-12-06 11:39:00 +02:00
parent d509e9e1a6
commit 859fa3fab7
3 changed files with 1 additions and 2 deletions

View File

@@ -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"],

View File

@@ -647,7 +647,6 @@ function Groups() {
users={chatUsers}
className="w-full"
messagesContainerClassName="q__chat-messages-container"
onNewMessage={onNewMessage}
chat={chat}
onMount={onChatMount}
onUnmount={onChatUnmount}

View File

@@ -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}