la-cosa-nostra
Version:
A Mafia bot designed to run in Discord - beware the traitors and the lies!
25 lines (19 loc) • 560 B
JavaScript
// Executes BEFORE introduction
module.exports = function (player) {
player.game.addAction("a/modular_mafia_promotion/promotion_pid_kill", ["cycle"], {
from: player,
to: player,
expiry: Infinity,
tags: ["permanent"],
priority: 1000
});
player.game.addAction("a/modular_mafia_promotion/promotion_power_inspect", ["cycle"], {
from: player,
to: player,
expiry: Infinity,
tags: ["permanent"],
priority: 1000
});
};
module.exports.DO_NOT_RUN_ON_GAME_START = false;
module.exports.DO_NOT_RUN_ON_ADDITION = false;