cosa-nostra-backstabbers
Version:
Turbo Mafia bot based off LCN
23 lines (17 loc) • 562 B
JavaScript
var rs = require("../../../rolesystem/rolesystem.js");
var auxils = require("../../../systems/auxils.js");
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"];