[Without Numbers] Bugfix: remove min="0" from WWN secondary dex field

The sheet for the Worlds Without Number system adds a second Dex Mod input
that is linked to the main one, but sets min="0" when the main one doesn't
(and shouldn't). This causes annoying errors when Dex Mod goes below 0.
This commit is contained in:
kitchen-ace
2026-04-09 00:23:00 -04:00
parent 71389db03f
commit e8900f613d
+1 -1
View File
@@ -357,7 +357,7 @@
</div>
<div class="wwn">
<label class="text-input center">
<input type="number" name="attr_dexterity_mod" data-lpignore="true" title="@{attr_dexterity_mod}" min="0" value="0"/>
<input type="number" name="attr_dexterity_mod" data-lpignore="true" title="@{attr_dexterity_mod}" value="0"/>
<div class="label ellipsis" data-i18n="DEX_MOD">
</div>
</label>