foundryvtt-wh4-lang-fr-fr/scripts/0YKQGbsKdHSmYGE7.js

9 lines
295 B
JavaScript
Raw Permalink Normal View History

2024-05-16 17:57:51 +02:00
if (args.skill?.name != game.i18n.localize("NAME.Gossip"))
{
return true;
}
else
{
args.data.canReverse = true; // Kind of a kludge here, the talent Tests has a specific condition, but the description simply says "any gossip test can be reversed" so check it here instead of submission
}