Foundryv14 migration
All checks were successful
Release Creation / build (release) Successful in 46s
All checks were successful
Release Creation / build (release) Successful in 46s
This commit is contained in:
@@ -44,6 +44,16 @@
|
||||
{{/if}}
|
||||
|
||||
{{#if weapon}}
|
||||
{{#if isJunk}}
|
||||
<div class="dialog-skill red-warning">{{localize
|
||||
"CTHULHUETERNAL.Label.JunkWeapon"
|
||||
}}</div>
|
||||
{{/if}}
|
||||
{{#if isWorn}}
|
||||
<div class="dialog-skill orange-warning">{{localize
|
||||
"CTHULHUETERNAL.Label.WornWeapon"
|
||||
}}</div>
|
||||
{{/if}}
|
||||
<div class="dialog-skill">{{localize "CTHULHUETERNAL.Label.Weapon"}}
|
||||
:
|
||||
{{weapon.name}}</div>
|
||||
|
||||
Reference in New Issue
Block a user