diff --git a/Games/types/Mafia/roles/Village/Cartographer.js b/Games/types/Mafia/roles/Village/Orienteer.js similarity index 70% rename from Games/types/Mafia/roles/Village/Cartographer.js rename to Games/types/Mafia/roles/Village/Orienteer.js index 21fabe202..38b27df2f 100644 --- a/Games/types/Mafia/roles/Village/Cartographer.js +++ b/Games/types/Mafia/roles/Village/Orienteer.js @@ -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 = [ diff --git a/data/roles.js b/data/roles.js index 6d611b712..4efac75e8 100644 --- a/data/roles.js +++ b/data/roles.js @@ -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"],