Make the fate path editable from the geist sheet

This commit is contained in:
Oliver 2025-12-25 16:37:29 -07:00
parent 17f2dc95a5
commit ef719d4892
2 changed files with 12 additions and 1 deletions

View file

@ -17,7 +17,16 @@
class="alt"
data-tooltip="{{path.full}}"
>
{{path.abbv}}
{{#if meta.editable}}
<select name="system.fate">
<option value="">{{rc-i18n "RipCrypt.common.empty"}}</option>
{{ rc-options path.full fateOptions localize=true }}
</select>
{{else if meta.limited}}
???
{{else}}
{{path.abbv}}
{{/if}}
</td>
<td>
{{#if meta.editable}}