diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-08-27 15:21:47 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-08-27 15:21:47 +0200 |
commit | 8e829d4497efd6a23514901a1a6724fe7579c6b5 (patch) | |
tree | a829ba890ad0dfafdf7689fc8e6e0c5f22a0670e /index.html | |
parent | 5582c3c07069f7766aabd81f3a4a3f97def134e9 (diff) |
box in healing centers!
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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> |