Przeglądaj źródła

Use the objective form of a name for statblocks

vintage
Fen Dweller 5 lat temu
rodzic
commit
5d0f35cd18
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/components/Statblock.vue

+ 1
- 1
src/components/Statblock.vue Wyświetl plik

@@ -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>


Ładowanie…
Anuluj
Zapisz