Skip to content

Commit

Permalink
fix: change default value of hits
Browse files Browse the repository at this point in the history
currently the default is 0 for both max and value
but since the str/dex/end are 21 in total this number
should reflect that
  • Loading branch information
jonepatr authored and xdy committed Jan 9, 2021
1 parent 7767e25 commit 59d9a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"min": 0
},
"hits": {
"value": 0,
"value": 21,
"min": 0,
"max": 0
"max": 21
},
"gender": "",
"radiationDose": {
Expand Down

0 comments on commit 59d9a15

Please sign in to comment.