UNPKG

la-cosa-nostra

Version:

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

26 lines (17 loc) 480 B
var lcn = require("../../../../../source/lcn.js"); // Executes BEFORE introduction var auxils = lcn.auxils; module.exports = function (player) { // Find pair // If multiple available, shuffle var game = player.game; var config = game.config; player.game.addAction("unknown_god/evasion", ["cycle"], { from: player, to: player, expiry: Infinity, tags: ["permanent"], priority: 0.00000000001 }); player.addAttribute("mafia_factionkill"); };