
My player's saves seem to always reset to Str. For instance when using Vicious Mockery it keeps reverting to Str. Here is the code: <select name="attr_savestat">
<option value="Str">Str</option>
<option value="Dex">Dex</option>
<option value="Con">Con</option>
<option value="Int">Int</option>
<option value="Wis">Wis</option>
<option value="Cha">Cha</option>
</select>
This seems to happen when I update the sheet via HTML in the campaign settings section. Is there a way to prevent this? It seems to be caused by the spells being in a repeatable section and not saved as actual attributes. Do other people experience this? Any ideas? Thanks