Nouvelle fenêtre de jets de dés
This commit is contained in:
7
templates/roll/roll-section.hbs
Normal file
7
templates/roll/roll-section.hbs
Normal file
@@ -0,0 +1,7 @@
|
||||
{{#if (eq section currentsection)}}
|
||||
<roll-section name="{{code}}">
|
||||
{{#with (roll-part-context rollData code) as |context|}}
|
||||
{{> (lookup context 'template') context }}
|
||||
{{/with}}
|
||||
</roll-section>
|
||||
{{/if}}
|
Reference in New Issue
Block a user