UNPKG

la-cosa-nostra

Version:

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

25 lines (13 loc) 596 B
var lcn = require("../../../../../source/lcn.js"); var rs = lcn.rolesystem; module.exports = function (actionable, game, params) { rs.prototypes.unstoppableAttack.reason = "dealt a fatal blow by a member of the __Mafia__"; var from = game.getPlayerByIdentifier(actionable.from); var to = game.getPlayerByIdentifier(actionable.to); var outcome = rs.prototypes.unstoppableAttack(...arguments); if (!outcome) { game.addMessage(from, ":exclamation: Your target could not be attacked last night!"); }; from.misc.strongman_kills_left--; }; module.exports.TAGS = ["visit"];