Step 4 - Manage perks
This commit is contained in:
7
templates/chat-effect-used.html
Normal file
7
templates/chat-effect-used.html
Normal file
@ -0,0 +1,7 @@
|
||||
<div class="post-item" data-transfer="{{transfer}}">
|
||||
<h3><b>{{name}}</b></h3>
|
||||
{{#if img}}
|
||||
<img class="chat-img" src="{{img}}" title="{{name}}" />
|
||||
{{/if}}
|
||||
<div>Effect {{name}} has ben used and removed from the available effects.</div>
|
||||
</div>
|
Reference in New Issue
Block a user