la-cosa-nostra
Version:
A Mafia bot designed to run in Discord - beware the traitors and the lies!
18 lines (11 loc) • 458 B
JavaScript
var rs = require("../../../rolesystem/rolesystem.js");
module.exports = function (actionable, game, params) {
// Seen as visit
game.execute("visit", {visitor: actionable.from,
target: actionable.to,
priority: actionable.priority,
reason: "Oracle-choose"});
var oracle = game.getPlayerByIdentifier(actionable.from);
oracle.misc.oracle_last_target = actionable.to;
};
module.exports.TAGS = ["drivable", "roleblockable", "visit"];