mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Briefing tweak
Fixes frontline info repeating when player has no vehicles.
This commit is contained in:
parent
d9056acc6d
commit
a080d4b692
@ -16,6 +16,7 @@ We do not have a single vehicle available to hold our position. The situation i
|
|||||||
{% if frontline.enemy_zero %}
|
{% if frontline.enemy_zero %}
|
||||||
The enemy forces have been crushed, we will be able to make significant progress toward {{ frontline.enemy_base.name }}
|
The enemy forces have been crushed, we will be able to make significant progress toward {{ frontline.enemy_base.name }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if not frontline.player_zero %}
|
||||||
{# Pick a random sentence to describe each frontline #}
|
{# Pick a random sentence to describe each frontline #}
|
||||||
{% set fl_sent1 %}There are combats between {{ frontline.player_base.name }} and {{frontline.enemy_base.name}}. {%+ endset %}
|
{% set fl_sent1 %}There are combats between {{ frontline.player_base.name }} and {{frontline.enemy_base.name}}. {%+ endset %}
|
||||||
{% set fl_sent2 %}The war on the ground is still going on between {{frontline.player_base.name}} and {{frontline.enemy_base.name}}. {%+ endset %}
|
{% set fl_sent2 %}The war on the ground is still going on between {{frontline.player_base.name}} and {{frontline.enemy_base.name}}. {%+ endset %}
|
||||||
@ -57,8 +58,9 @@ On this location, our ground forces have been ordered to hold still, and defend
|
|||||||
{# TODO: Write a retreat sentence #}
|
{# TODO: Write a retreat sentence #}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% endfor %}{% endif %}
|
{%+ endfor %}{% endif %}
|
||||||
|
|
||||||
Your flights:
|
Your flights:
|
||||||
====================
|
====================
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user