From bc5b6af75038bdfd2cb5626dd5ac179ae4b5169d Mon Sep 17 00:00:00 2001 From: Michal Kunc Date: Wed, 6 Apr 2022 18:00:17 +0200 Subject: [PATCH] Fix default item --- src/App.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.svelte b/src/App.svelte index be891ee..6100cf7 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -12,7 +12,7 @@ tags: ["Consumable", "Healing", "Magical", "Necromancy", "Positive", "Potion"], attributes: `

Usage Held in 1 hand; Bulk L

Activate (A) Interact

`, - description: `

A healing potion is a vial of a ruby-red liquid that imparts a tingling sensation as the drinker’s wounds heal rapidly. When you drink a healing potion, you regain 2d8+5 Hit Points.

` + description: `

A healing potion is a vial of a ruby-red liquid that imparts a tingling sensation as the drinker’s wounds heal rapidly. When you drink a healing potion, you regain 1d8 Hit Points.

` }; if (window.location.hash !== "") {