Skip to content

Commit

Permalink
consig to asso because I'm annoying
Browse files Browse the repository at this point in the history
  • Loading branch information
Golbolco authored Dec 14, 2024
1 parent c843d20 commit 87116e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const Role = require("../../Role");

module.exports = class Consigliere extends Role {
module.exports = class Associate extends Role {
constructor(player, data) {
super("Consigliere", player, data);
super("Associate", player, data);

this.alignment = "Mafia";
this.cards = [
Expand Down
1 change: 0 additions & 1 deletion data/renamedRoles.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ module.exports = {
"Killer Bee": "Terrorist",
Mortician: "Coroner",
Ghoul: "Coward",
Associate: "Gunrunner",
Paparazzi: "Paparazzo",
"The Thing": "Hellhound",
"Wei Boyang": "Freischütz",
Expand Down
2 changes: 1 addition & 1 deletion data/roles.js
Original file line number Diff line number Diff line change
Expand Up @@ -2022,7 +2022,7 @@ const roleData = {
"Copies the actions of the choosen player at night.",
],
},
Consigliere: {
Associate: {
alignment: "Mafia",
category: "Manipulative",
tags: ["Manipulative", "Conversion", "Mind Rot"],
Expand Down

0 comments on commit 87116e0

Please sign in to comment.