MangoFVTT / fvtt-ready-set-roll-5e

A module for faster, easier, and more dynamic rolling in the D&D 5th Edition system for Foundry VTT.
GNU General Public License v3.0
39 stars 18 forks source link

[BUG(?)] Adding vanilla: true to rolls options doesn't skip RSR's overrides anymore #471

Closed crash1115 closed 1 month ago

crash1115 commented 2 months ago

Description I'm... not actually sure if this is a bug report or a feature request. In the past it was possible to skip RSR's overrides by doing vanilla: true in the options param for most types of rolls:

actor.rollAbilitySave('int'); // fast forwards according to RSR settings
actor.rollAbilitySave('int', {vanilla:true}); // pops up the default system dialog

Sometime after the jump to dnd5e 3.x, this stopped working. If that was intentional, then no problem, just having confirmation would be cool. If it wasn't intentional, then consider this a bug report.

Versions

Other Modules None

MangoFVTT commented 1 month ago

Issue is resolved and will be in the next release.