From c8fe3374e98e0aab30ea3873dc2b60a28bf45f3e Mon Sep 17 00:00:00 2001 From: Lucas-Meijer <33839844+Lucas-Meijer@users.noreply.github.com> Date: Thu, 28 Mar 2019 13:54:09 +0100 Subject: [PATCH] Mafia: Shorten Idea Timer and Correct IDEA Rolelists (#5357) --- server/chat-plugins/mafia-data.js | 11 +++++++---- server/chat-plugins/mafia.js | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/server/chat-plugins/mafia-data.js b/server/chat-plugins/mafia-data.js index cb2414f8b5..f9c778f2e7 100644 --- a/server/chat-plugins/mafia-data.js +++ b/server/chat-plugins/mafia-data.js @@ -2308,8 +2308,11 @@ const IDEAs = { `Mafia One-Shot Day Vigilante`, `Mafia One-Shot Governor`, `Mafia Reflexive Doctor`, - `Hirsute Goon`, + `Mafia Hirsute Goon`, `Mafia Cupid`, + `Mafia Alpha Goon`, + `Mafia Compulsive Hider`, + `Mafia Fruit Vendor`, `Werewolf`, `Werewolf`, `Werewolf`, @@ -2460,7 +2463,7 @@ const IDEAs = { `Mafia Reflexive Doctor`, `Mafia Hirsute Goon`, `Mafia Cupid`, - `Alpha Mafia Goon`, + `Mafia Alpha Goon`, `Mafia Compulsive Hider`, `Mafia Fruit Vendor`, `Werewolf`, @@ -2611,9 +2614,9 @@ const IDEAs = { `Mafia One-Shot Day Vigilante`, `Mafia One-Shot Governor`, `Mafia Reflexive Doctor`, - `Hirsute Goon`, + `Mafia Hirsute Goon`, `Mafia Cupid`, - `Alpha Mafia Goon`, + `Mafia Alpha Goon`, `Mafia Compulsive Hider`, `Mafia Fruit Vendor`, `Werewolf`, diff --git a/server/chat-plugins/mafia.js b/server/chat-plugins/mafia.js index 2c3d7a94b0..9020422ea8 100644 --- a/server/chat-plugins/mafia.js +++ b/server/chat-plugins/mafia.js @@ -61,7 +61,7 @@ let hostBans = Object.create(null); /** @type {string[]} */ let hostQueue = []; -const IDEA_TIMER = 120 * 1000; +const IDEA_TIMER = 90 * 1000; /** * @param {string} name