mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-12-16 07:00:24 +00:00
correction affichage liste des immunités des monstres
This commit is contained in:
parent
8a015314c0
commit
d176135791
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@
|
||||||
<!-- <span v-html="displayConditionImmunities()"></span> -->
|
<!-- <span v-html="displayConditionImmunities()"></span> -->
|
||||||
<span v-for="(condition, idx) in monsterStats.conditionImmunities">
|
<span v-for="(condition, idx) in monsterStats.conditionImmunities">
|
||||||
<template v-if="idx < monsterStats.conditionImmunities.length - 2 && idx > 1">,</template>
|
<template v-if="idx < monsterStats.conditionImmunities.length - 2 && idx > 1">,</template>
|
||||||
<template v-if="idx == monsterStats.conditionImmunities.length - 1">et</template>
|
<template v-if="idx == monsterStats.conditionImmunities.length - 1 && monsterStats.conditionImmunities.length > 1">et</template>
|
||||||
<em><router-link :to="{ path: conditionPath(condition) }">{{displayCondition(condition)}}</router-link></em>
|
<em><router-link :to="{ path: conditionPath(condition) }">{{displayCondition(condition)}}</router-link></em>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue