la-cosa-nostra
Version:
A Mafia bot designed to run in Discord - beware the traitors and the lies!
27 lines (18 loc) • 540 B
JavaScript
var lcn = require("../../../../../source/lcn.js");
var rs = lcn.rolesystem;
var auxils = lcn.auxils;
// Defaults to shooting
// Godfather can override
// See godfather/kill_vote
module.exports = function (actionable, game, params) {
game.addAction("a/power_power_census/gather", ["cycle"], {
name: "Modular-gather",
expiry: 1,
from: actionable.from,
to: actionable.to,
census: actionable.census,
priority: 16
});
rs.modular.attributeDecrement(...arguments);
};
module.exports.TAGS = ["roleblockable"];