UNPKG

la-cosa-nostra

Version:

A Mafia bot designed to run in Discord - beware the traitors and the lies!

24 lines (14 loc) 634 B
var lcn = require("../../../../../source/lcn.js"); // Routines // Runs every cycle // Function should be synchronous var auxils = lcn.auxils; module.exports = function (player) { var config = player.game.config; // Nighttime actions var channel = player.getPrivateChannel(); player.game.sendPeriodPin(channel, ":pill: You may choose a player to heal tonight.\n\nUse `" + config["command-prefix"] + "heal <alphabet/name/nobody>` to select your target.\n\nYou may not reselect the same target twice in a row."); }; module.exports.ALLOW_DEAD = false; module.exports.ALLOW_NIGHT = true; module.exports.ALLOW_DAY = false;