Updated murder mystery stats

This commit is contained in:
2025-09-02 23:27:16 +02:00
parent e536054d2d
commit 23652bd412
5 changed files with 174 additions and 7 deletions

View File

@@ -1,10 +1,10 @@
export const TITLE = "Murder Mystery" as const
export const MODES = [
{ id: "_MURDER_CLASSIC", name: "Classic" },
{ id: "_MURDER_ASSASSINS", name: "Assassins" },
{ id: "_MURDER_DOUBLE_UP", name: "Double Up" },
{ id: "_MURDER_HARDCORE", name: "Hardcore" },
{ id: "_MURDER_SHOWDOWN", name: "Showdown" },
{ id: "MURDER_CLASSIC", name: "Classic" },
{ id: "MURDER_ASSASSINS", name: "Assassins" },
{ id: "MURDER_DOUBLE_UP", name: "Double Up" },
{ id: "MURDER_HARDCORE", name: "Hardcore" },
{ id: "MURDER_SHOWDOWN", name: "Showdown" },
{ id: "", name: "Overall" }
] as const
export const KNIFESKINS = {