UNPKG

la-cosa-nostra

Version:

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

25 lines (18 loc) 557 B
var lcn = require("../../../../../source/lcn.js"); var rs = lcn.rolesystem; var auxils = lcn.auxils; module.exports = function (actionable, game, params) { // Visit the target game.execute("visit", {visitor: actionable.from, target: actionable.to, priority: actionable.priority, reason: "Tracker-track"}); game.addAction("tracker/gather", ["cycle"], { name: "Tracker-gather", expiry: 1, from: actionable.from, to: actionable.to, priority: 12 }); }; module.exports.TAGS = ["roleblockable", "drivable", "visit"];