Correctly indent the template

This commit is contained in:
Oliver-Akins 2023-12-26 20:18:32 -07:00
parent 8be1548cac
commit be197617cc

View file

@ -219,16 +219,16 @@
</label> </label>
<label> <label>
{{localize "dotdungeon.actor.pc.weapon.damage-type.label"}} {{localize "dotdungeon.actor.pc.weapon.damage-type.label"}}
<select name="system.weapon.mainHand.damage"> <select name="system.weapon.mainHand.damage">
{{#select system.weapon.mainHand.damage}} {{#select system.weapon.mainHand.damage}}
<option value="">Select...</option> <option value="">Select...</option>
{{#each (dotdungeon-array "slashing" "piercing" "smashing" "gun" "neon" "shadow" "solar")}} {{#each (dotdungeon-array "slashing" "piercing" "smashing" "gun" "neon" "shadow" "solar")}}
<option value="{{this}}"> <option value="{{this}}">
{{localize (concat "dotdungeon.actor.pc.weapon.damage-type." this)}} {{localize (concat "dotdungeon.actor.pc.weapon.damage-type." this)}}
</option> </option>
{{/each}} {{/each}}
{{/select}} {{/select}}
</select> </select>
</label> </label>
<label> <label>
{{localize "dotdungeon.actor.pc.weapon.is-ranged"}} {{localize "dotdungeon.actor.pc.weapon.is-ranged"}}