Esprit de la Loi + Automaton

This commit is contained in:
2026-05-02 23:16:10 +02:00
parent d6b5891519
commit 0df4a5a9fb
280 changed files with 10668 additions and 419 deletions
+14
View File
@@ -17,6 +17,20 @@
</h1>
</div>
<div class="header-actions">
{{#if canEnchant}}
<button
type="button"
data-action="enchanter"
class="chat-card-button"
data-tooltip="Enchanter (Loi)"
>
<i class="fas fa-star-half-alt"></i>
</button>
{{else if enchantementActif}}
<span class="chat-card-button" data-tooltip="Déjà enchanté (Loi)" style="color:gold;cursor:default;">
<i class="fas fa-star"></i>
</span>
{{/if}}
<button
type="button"
data-action="postItem"