Skip to content

Commit

Permalink
chore: namechange
Browse files Browse the repository at this point in the history
  • Loading branch information
Golbolco authored Oct 22, 2024
1 parent 65818da commit 9e63bd3
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 Cartographer extends Role {
module.exports = class Orienteer extends Role {
constructor(player, data) {
super("Cartographer", player, data);
super("Orienteer", player, data);

this.alignment = "Village";
this.cards = [
Expand Down
2 changes: 1 addition & 1 deletion data/roles.js
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ const roleData = {
"If the distance is 0 the Evil Players are neighboring eachother.",
],
},
Cartographer: {
Orienteer: {
alignment: "Village",
category: "Investigative",
tags: ["Investigative", "Neighbors", "Position"],
Expand Down

0 comments on commit 9e63bd3

Please sign in to comment.