Fix various issues
All checks were successful
Release Creation / build (release) Successful in 49s

This commit is contained in:
2025-06-30 22:34:57 +02:00
parent 4d96c15066
commit eb0ab56794
12 changed files with 45 additions and 32 deletions

View File

@@ -10,8 +10,8 @@
{{#if (eq system.weaponType "ranged")}}
{{formField systemFields.subType value=system.subType localize=true}}
{{formField systemFields.range value=system.range localize=true}}
{{formField systemFields.ammo value=system.ammo localize=true}}
{{formField systemFields.ammoQuantity value=system.ammoQuantity localize=true}}
{{formField systemFields.ammo value=system.ammo localize=true}}
{{/if}}
{{formField systemFields.properties value=system.properties classes="long-input"}}