CM6XDZSUAHX6H5JDZIVTIYD53ZXBD6ZV2KHICPJNBMSIZQWMQUSAC
47FQFDICPYKTV3CK46P6EHPXTN4C3LHFR2AYLEINJ4CUPCZM53AQC
ZXBDOUETFSXTFY6J5LIMXBCNMDW6NTUTZ7HZZ6ND7BNUKISR74FAC
OPI6W7BO4V3R5WGEVN4USOHVPUV5PVWGKYBMCRU4VQOI7F7RCF5QC
EZYBNJFUNOS3LIU6ILXN7MFKLVW4SDXW6K5T4YFKFZ2R4UWSFUXAC
7GL5NEY3BNWG6KHT427VSMER4AAR7ZVJGBNRH6ON2MY2QFPDV4HQC
NDDFOS5624OS3JXFPE46C2VBGU6XYA2XOOP7X5GF26HMDPYLOQXQC
J6J74CCDLZIY2SBU6O7DCX7QUO7LVNBFOZJ7F3VW4OPRPHKQ62OAC
// TODO: hide button if player has no investigator left
this.addActionButton(
'btn_place_investigator',
_('Place an investigator'),
'onPlaceInvestigatorClicked');
if (args.remainingInvestigators != 0) {
this.addActionButton(
'btn_place_investigator',
dojo.string.substitute(
_('Place an investigator (${nbr} left)'),
{nbr: args.remainingInvestigators}),
'onPlaceInvestigatorClicked');
}
"description" => clienttranslate('${actplayer} must select a card, place an investigator, or try to solve'),
"description" => clienttranslate('${actplayer} must select a card, place an investigator (${remainingInvestigators} left), or try to solve'),