cosa-nostra-backstabbers
Version:
Turbo Mafia bot based off LCN
20 lines (14 loc) • 408 B
JavaScript
var lcn = require("../../../../../source/lcn.js");
var rs = lcn.rolesystem;
var auxils = lcn.auxils;
module.exports = function (actionable, game, params) {
// Astral
game.addAction("mafia_watcher/gather", ["cycle"], {
name: "watcher-gather",
expiry: 1,
from: actionable.from,
to: actionable.to,
priority: 12
});
};
module.exports.TAGS = ["roleblockable", "drivable", "visit"];