mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-12 01:52:32 +00:00
Add files via upload
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user