la-cosa-nostra
Version:
A Mafia bot designed to run in Discord - beware the traitors and the lies!
16 lines (10 loc) • 358 B
JavaScript
var lcn = require("../../../../../source/lcn.js");
var rs = lcn.rolesystem;
module.exports = function (actionable, game, params) {
// Send visit
game.execute("visit", {visitor: actionable.from,
target: actionable.to,
priority: actionable.priority,
reason: "Fool-visit"});
};
module.exports.TAGS = ["drivable", "roleblockable", "visit"];