We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32a838a commit 5273ac8Copy full SHA for 5273ac8
templates/actor-partial-pc-equipment.html
@@ -81,7 +81,7 @@
81
</span>
82
</li>
83
{{#each actor.weapons.ranged as |weapon index|}}
84
- {{> weaponRow weapon=weapon id=weapon._id type='r' index=index canBackstab=../canBackstab}}
+ {{> weaponRow weapon=weapon id=weapon._id type='r' index=index canBackstab=../data.config.showBackstab}}
85
{{/each}}
86
</ol>
87
</div>
0 commit comments