UNPKG

la-cosa-nostra

Version:

A Mafia bot designed to run in Discord - beware the traitors and the lies!

20 lines (12 loc) 480 B
var lcn = require("../../../../../source/lcn.js"); var rs = lcn.rolesystem; 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"];