Skip to content

Commit

Permalink
Power/QIC Action: Show shipmarker hint only when lost fleet expansion…
Browse files Browse the repository at this point in the history
… is active
  • Loading branch information
stefanseifert committed Dec 5, 2024
1 parent 09cb3e7 commit b7030b2
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/components/turn/botAction/ActionPowerQic.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@
<span class="fw-bold" v-html="t(`botAction.powerQic.executeTwice`)"></span>
</li>
</ol>
<a v-html="t('botAction.powerQic.lostFleetSpaceship.title')" data-bs-toggle="collapse" data-bs-target="#lostFleetSpaceshipDetails" href="#"></a>
<ul class="collapse" id="lostFleetSpaceshipDetails">
<li v-html="t('botAction.powerQic.lostFleetSpaceship.faceDown')"></li>
<li v-html="t('botAction.powerQic.lostFleetSpaceship.faceUp')"></li>
</ul>
<template v-if="hasLostFleet">
<a v-html="t('botAction.powerQic.lostFleetSpaceship.title')" data-bs-toggle="collapse" data-bs-target="#lostFleetSpaceshipDetails" href="#"></a>
<ul class="collapse" id="lostFleetSpaceshipDetails">
<li v-html="t('botAction.powerQic.lostFleetSpaceship.faceDown')"></li>
<li v-html="t('botAction.powerQic.lostFleetSpaceship.faceUp')"></li>
</ul>
</template>
</div>
</template>

Expand Down

0 comments on commit b7030b2

Please sign in to comment.