Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimafia-bot committed Dec 6, 2023
1 parent 75721a1 commit d637d4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions Games/types/Mafia/roles/Village/Drunk.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ module.exports = class Drunk extends Role {
super("Drunk", player, data);

this.alignment = "Village";
this.cards = [
"VillageCore",
"WinWithVillage",
"NightRoleBlocker",
];
this.cards = ["VillageCore", "WinWithVillage", "NightRoleBlocker"];
this.meetingMods = {
Block: {
actionName: "Barhop With",
Expand Down
2 changes: 1 addition & 1 deletion Games/types/Mafia/roles/cards/NightRoleBlocker.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ module.exports = class NightRoleBlocker extends Card {
},
};
}
};
};

0 comments on commit d637d4c

Please sign in to comment.