Fix #106 turret
This commit is contained in:
parent
de3e16a3f0
commit
eb951f188f
@ -105,8 +105,8 @@
|
||||
|
||||
|
||||
<li class="flexrow"><label class="generic-label">Turret</label>
|
||||
<select class="competence-base flexrow" type="text" name="system.turret" value="{{data.turret}}" data-dtype="Number">
|
||||
{{#select data.turret}} F Front, F Left, F Right, F Rear, F Up, F Down, T 180 Front, T 180 Left, T 180 Rear, T 180 Right, T 360
|
||||
<select class="competence-base flexrow" type="text" name="system.turret" value="{{data.turret}}" data-dtype="String">
|
||||
{{#select data.turret}}
|
||||
<option value="ffront">F Front</option>
|
||||
<option value="fleft">F Left</option>
|
||||
<option value="fright">F Right</option>
|
||||
|
Loading…
Reference in New Issue
Block a user