[Bug]: Reliable Talent skill floor message not modify by Minimum Roll #899
Labels
bug
Functionality which is not working as intended
dnd-tashas-cauldron
Issues related to Tasha's Cauldron of Everything
What happened?
In 4.1.2, in the modifyRollFloorMessage function of the check-upgrades.mjs script
The conditions for modifying the message are no longer correct.
On line 133, replace message.getFlag(“dnd5e”, “roll.rollFloor”) with message.getFlag(“dnd5e”, “roll.type”)
On line 134, replace message.rolls[0]?.dice[0]; with message.rolls[0]?.terms[0];
On line 135, replace
(${game.i18n.localize(“DND5E.FlagsReliableTalent”)})
with${game.i18n.localize(“DND5E.FlagsReliableTalent”)}
.However, I have my doubts about the usefulness of the condition message.getFlag(“dnd5e”, “roll.rollFloor”)
And maybe modify the modifyRollFloor method on line 44.
What package are you reporting this for?
Tasha's Cauldron of Everything
Version
1.3.0
Relevant log output
No response
The text was updated successfully, but these errors were encountered: