Skip to content

Commit

Permalink
Merge pull request BitLucid#1672 from BitLucid/feat/attack-another-sp…
Browse files Browse the repository at this point in the history
…acing

Spacing helper for dead when attacking npc.
  • Loading branch information
tchalvak authored Feb 11, 2024
2 parents 174564f + ef95f13 commit 73ece66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/templates/npc.abstract.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@

</section><!-- end of .npc-fight -->
<nav>
<a class='btn btn-primary attack-again' href='/npc/attack/{$victim|escape|escape:'url'}'>Attack another {$display_name|escape}</a>
<a class='btn btn-primary attack-again {if !$survive_fight}thick{/if}' href='/npc/attack/{$victim|escape|escape:'url'}'>Attack another {$display_name|escape}</a>
</nav>
</article>

0 comments on commit 73ece66

Please sign in to comment.