UNPKG

la-cosa-nostra

Version:

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

14 lines (7 loc) 256 B
var lcn = require("../../../../../source/lcn.js"); var rs = lcn.rolesystem; module.exports = function (actionable, game, params) { var doctor = game.getPlayerByIdentifier(actionable.from); doctor.misc.protect_log.unshift(null); return true; };