Browse Source

fix typo in tooltip. 20%!

main
Stephanie Gredell 4 months ago
parent
commit
2e266ba92d
  1. 2
      src/ui/render.js

2
src/ui/render.js

@ -323,7 +323,7 @@ export async function renderMap(root) { @@ -323,7 +323,7 @@ export async function renderMap(root) {
const boss = ENEMIES[node.enemy];
return `<strong>Boss Battle</strong>\nFight: ${boss?.name || 'Unknown Boss'}\nHP: ${boss?.maxHp || '?'}\nFinal challenge of the act`;
case 'rest':
return '<strong>Rest Site</strong>\nHeal up to 30% max HP\nor upgrade a card';
return '<strong>Rest Site</strong>\nHeal up to 20% max HP\nor upgrade a card';
case 'shop':
return '<strong>Shop</strong>\nSpend your hard-earned gold';
case 'event':

Loading…
Cancel
Save