la-cosa-nostra
Version:
A Mafia bot designed to run in Discord - beware the traitors and the lies!
25 lines (18 loc) • 563 B
JavaScript
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("odd_night_tracker/gather", ["cycle"], {
name: "ONT-gather",
expiry: 1,
from: actionable.from,
to: actionable.to,
priority: 12
});
};
module.exports.TAGS = ["roleblockable", "drivable", "visit"];