Skip to content

Commit

Permalink
Remove revive bowl sound for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
tchalvak committed Jan 3, 2024
1 parent 653f9a2 commit cef411d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/templates/player.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ var combatSkillsList = {$json_combat_skills nofilter};
<option value="{$item.item_id|escape}">{$item.name|escape} ({$item.count|escape})</option>
{/if}
{if $item@last}
</select><!-- No space between --><input type="submit" value="Use Item" class="btn btn-default" style="border-top-left-radius:0;border-bottom-left-radius:0">
</select><!-- No space between
--><input type="submit" value="Use Item" class="btn btn-default" style="border-top-left-radius:0;border-bottom-left-radius:0">
{/if}
{foreachelse}
<div id='no-items' class='ninja-notice'>
Expand Down
2 changes: 2 additions & 0 deletions deploy/templates/shrine.result-resurrect.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
A monk revives you to the sound of bells.
</p>
{* Tibetan singing bowl sound from https://freesound.org/people/dersinnsspace/sounds/417117/ *}
{*
<audio id="revive-bell" preload="auto" autoplay="autoplay" controls="controls">
<source src="{cachebust file="/files/sound_effects/tibetan_singing_bowl.wav"}" type="audio/wav"/>
</audio>
*}
<p class='text text-center'>
You can't seem to remember what happened, and feel a bit weaker, but you're awake!
</p>
Expand Down

0 comments on commit cef411d

Please sign in to comment.