Add missing icon
This commit is contained in:
parent
0983bc2224
commit
72a2ad5c9d
@ -183,6 +183,6 @@
|
||||
"templateVersion": 106,
|
||||
"title": "Pegasus RPG",
|
||||
"url": "https://www.uberwald.me/data/files/fvtt-pegasus-rpg",
|
||||
"version": "0.6.20",
|
||||
"version": "0.6.21",
|
||||
"background" : "./images/ui/pegasus_welcome_page.webp"
|
||||
}
|
||||
|
@ -57,8 +57,8 @@
|
||||
{{> systems/fvtt-pegasus-rpg/templates/partial-equipment-effects.html}}
|
||||
|
||||
<li class="flexrow"><label class="generic-label">Arc coverage</label>
|
||||
<select class="competence-base flexrow" type="text" name="data.location" value="{{data.location}}" data-dtype="String">
|
||||
{{#select data.location}}
|
||||
<select class="competence-base flexrow" type="text" name="data.arccoverage" value="{{data.arccoverage}}" data-dtype="String">
|
||||
{{#select data.arccoverage}}
|
||||
<option value="none">None</option>
|
||||
<option value="all">All</option>
|
||||
<option value="front">Front</option>
|
||||
|
Loading…
Reference in New Issue
Block a user