Add files via upload

This commit is contained in:
Villain1nGlasses
2022-06-12 18:51:10 -06:00
committed by GitHub
parent edf52c9064
commit 6bb088f68c
+2 -1
View File
@@ -4503,7 +4503,7 @@
</div>
<!-- Hidden variables to protect characteristics during option changes -->
<input type="hidden" name="attr_hiddenSTUN" value="20"/>
<input type="hidden" name="attr_hiddenSTUN" value="20"/>
<!-- Some hidden variables to help simplify skill point calculations -->
<input type="hidden" name="attr_hiddenSet1SkillsCost" value="0"/>
@@ -5797,6 +5797,7 @@
const takesNoSTUN = values.optionTakesNoSTUN;
let statValue = values.stun;
let savedStatValue = values.hiddenSTUN;
// Store STUN in hiddenSTUN and then set it to zero.
if (takesNoSTUN != 0) {