Skip to content

Commit

Permalink
role rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Golbolco authored Oct 28, 2024
1 parent dde4e0f commit 35820ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const Role = require("../../Role");

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

this.alignment = "Independent";
this.winCount = "Village";
Expand Down
2 changes: 1 addition & 1 deletion data/roles.js
Original file line number Diff line number Diff line change
Expand Up @@ -2872,7 +2872,7 @@ const roleData = {
"Wins if guess is correct.",
],
},
Zoner: {
Fumigator: {
alignment: "Independent",
tags: ["Neighbors", "Death"],
description: [
Expand Down

0 comments on commit 35820ae

Please sign in to comment.