Skip to content

Commit 5273ac8

Browse files
committed
Restore backstab icon for ranged weapons.
1 parent 32a838a commit 5273ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/actor-partial-pc-equipment.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
</span>
8282
</li>
8383
{{#each actor.weapons.ranged as |weapon index|}}
84-
{{> weaponRow weapon=weapon id=weapon._id type='r' index=index canBackstab=../canBackstab}}
84+
{{> weaponRow weapon=weapon id=weapon._id type='r' index=index canBackstab=../data.config.showBackstab}}
8585
{{/each}}
8686
</ol>
8787
</div>

0 commit comments

Comments
 (0)