UNPKG

la-cosa-nostra

Version:

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

21 lines (13 loc) 517 B
var lcn = require("../../../../../source/lcn.js"); var auxils = lcn.auxils; // Executes BEFORE introduction module.exports = function (player) { player.misc.charms_left = 5; player.game.addAction("follower_of_the_god_of_prosperity/arbiter_modifier", ["cycle"], { from: player, to: player, expiry: Infinity, tags: ["permanent"] }); player.addIntroMessage(":four_leaf_clover: You now have **" + player.misc.charms_left + "** charm" + auxils.vocab("s", player.misc.charms_left) + "."); };