Parcourir la source

Use the objective form of a name for statblocks

vintage
Fen Dweller il y a 5 ans
Parent
révision
5d0f35cd18
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/components/Statblock.vue

+ 1
- 1
src/components/Statblock.vue Voir le fichier

@@ -7,7 +7,7 @@
<div class="statblock-shader statblock-shader-eaten"></div>
<div class="statblock-content">
<h2 class="name">
{{subject.name.all.capital}}
{{subject.name.all.capital.objective}}
<div class="tooltip-template">
<div class="tooltip-title">{{ subject.title }}</div>
<div class="tooltip-body">{{ subject.desc }}</div>


Chargement…
Annuler
Enregistrer