Skip to content

Commit

Permalink
fix: add new ship position from battle sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin9257 committed Oct 9, 2024
1 parent c03c924 commit 936882f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion static/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1557,7 +1557,8 @@
"spell": "spell",
"component": "component",
"computer": "computer",
"unknown": "unknown"
"unknown": "unknown",
"ship_position": "position"
},
"speeds": {
"walk": "walk",
Expand Down
2 changes: 1 addition & 1 deletion static/templates/actors/battle-sheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
<span class="item-name">{{localize "TWODSIX.Ship.PositionName"}}</span>
<span class="item-name">{{localize "TWODSIX.Settings.menuLabels.actor"}}</span>
<span class="item-name">{{localize "TWODSIX.Ship.Actions"}}</span>
<span class="item-name centre"><a class="item-control item-create" data-tooltip='{{localize "TWODSIX.Ship.AddShipPosition"}}' data-type="position"> <i class="fa-solid fa-plus"></i></a></span>
<span class="item-name centre"><a class="item-control item-create" data-tooltip='{{localize "TWODSIX.Ship.AddShipPosition"}}' data-type="ship_position"> <i class="fa-solid fa-plus"></i></a></span>
</div>
</div>
<div class="item-list battle">
Expand Down

0 comments on commit 936882f

Please sign in to comment.