Update weapon.html

added spot for weapon property amount
This commit is contained in:
CK 2020-09-30 12:42:08 -04:00 committed by GitHub
parent 54c034eb1a
commit df1c4fc083
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,6 +84,7 @@
<label class="checkbox">
<input type="checkbox" name="data.properties.{{prop}}" {{checked (lookup ../data.properties prop)}}/> {{ name }}
</label>
<label class="text"> <input type="text" maxlength="1" name="wpNum"/></label>
{{/each}}
</div>