Updated murder mystery stats
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user