Skip to content

Commit

Permalink
anomaly info inly when lss on
Browse files Browse the repository at this point in the history
  • Loading branch information
g5bot committed Dec 3, 2023
1 parent 2ddf0c6 commit bc52652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html/shipcontrol/control_mid.twig
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ canColonize, closestAnomalyDistance) %}
<br />
{% include anomaly.getAnomalyType.getTemplate %}
{% endfor %}
{% elseif closestAnomalyDistance %}
{% elseif ship.getLss and closestAnomalyDistance %}
<br />
<span style="border: 2px solid {{ gradientColor(closestAnomalyDistance, ship.getSensorRange * 2, 1) }}"
title="Es wurde eine Anomalie in der Nähe detektiert">Anomalie in der Nähe</span>
Expand Down

0 comments on commit bc52652

Please sign in to comment.