Skip to content

Commit

Permalink
fix colony shild in nbs
Browse files Browse the repository at this point in the history
  • Loading branch information
g5bot authored and Huxinator committed Sep 11, 2023
1 parent 8776e43 commit 1242088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html/shipcontrol/control_nav.twig
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
{% else %}
<img src="assets/map/{{ cellData.getMapGraphicPath }}" style="z-index: 2; {{ heightAndWidth }} opacity:1;" />
{% endif %}
{% if cellData.getShieldState %}
{% if cellData.getColonyShieldState %}
<img src="assets/planets/s1.png" class="lssColoShield" style="z-index: 3; {{ heightAndWidth }}" />
{% endif %}
{% set subspaceCode = cellData.getSubspaceCode %}
Expand Down

0 comments on commit 1242088

Please sign in to comment.