UNPKG

cosa-nostra-backstabbers

Version:
14 lines (9 loc) 271 B
module.exports = function (actionable, game, params) { var quaestor = game.getPlayerByIdentifier(actionable.from); if (!actionable.cloak) { quaestor.clearDisplayRole(); return true; }; quaestor.setDisplayRole(actionable.cloak.name); return true; };