forked from public/bol
Add fight options
This commit is contained in:
14
templates/chat/chat-activate-fight-option.hbs
Normal file
14
templates/chat/chat-activate-fight-option.hbs
Normal file
@ -0,0 +1,14 @@
|
||||
<div>
|
||||
<img class="chat-icon" src="{{img}}" alt="{{name}}"/>
|
||||
<h2 class="good"><strong>{{name}}</strong></h2>
|
||||
</div>
|
||||
|
||||
<div class="flexrow">
|
||||
{{#if state}}
|
||||
{{name}} active son option de combat {{foName}} pour ce round !
|
||||
{{else}}
|
||||
{{name}} désactive son option de combat {{foName}} pour ce round !
|
||||
{{/if}}
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user