
When rolling exploding dice with a critical fumble range, if your dice explode, and the subsequent roll is within the original fumble range the entire roll registers as a fumble in the roll template. Even if the roll exploded. This does not seem correct to me. You can test this with the following code: {{checkroll=[[1d4!cf<3]]}} And in the roll template {{#rollWasFumble() checkroll}} <span>Does this look Like a fumble? </span> {{checkroll}} {{/#rollWasFumble() checkroll}} Roll it a couple of times until it explodes, and you will see that it always registers as a fumble.