summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-08-27 15:21:47 +0200
committerDaniel Weipert <code@drogueronin.de>2023-08-27 15:21:47 +0200
commit8e829d4497efd6a23514901a1a6724fe7579c6b5 (patch)
treea829ba890ad0dfafdf7689fc8e6e0c5f22a0670e /index.html
parent5582c3c07069f7766aabd81f3a4a3f97def134e9 (diff)
box in healing centers!
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/index.html b/index.html
index 78addfc..636857c 100644
--- a/index.html
+++ b/index.html
@@ -182,7 +182,12 @@
<template id="tpl___healing-center">
<div class="healing-center">
<div>Price for Full Heal per Tuxemon: <span data-template-slot="price"></span></div>
- <button data-template-slot="heal" class="menu-button">Select to Heal</button>
+ <div><button data-template-slot="heal" class="menu-button">Select to Heal</button></div>
+ <div>
+ <button data-template-slot="box.withdraw" class="menu-button">Box Withdraw</button>
+ <button data-template-slot="box.deposit" class="menu-button">Box Deposit</button>
+ <button data-template-slot="box.view" class="menu-button">Box View</button>
+ </div>
</div>
</template>