From 6d20a145920581eeffe08351311315ed1da56ba8 Mon Sep 17 00:00:00 2001 From: ana Date: Sun, 8 Aug 2021 19:35:15 +0200 Subject: fix: fix unruly name --- src/App.svelte | 2 +- src/pyros.bestiary.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/App.svelte b/src/App.svelte index 1a7aa7f..171cf33 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -29,7 +29,7 @@ }, 10000); // 10 seconds $: currentEzTime = formatUtc(date); onMount(() => { - document.getElementById("level").value = $level; // this is fucked up but it works + document.getElementById("level").value = $level || 0; // this is fucked up but it works }); function newForecasts() { diff --git a/src/pyros.bestiary.js b/src/pyros.bestiary.js index f3b2e18..6b16906 100644 --- a/src/pyros.bestiary.js +++ b/src/pyros.bestiary.js @@ -113,7 +113,7 @@ export default [ }, { level: 40, - name: "Mega", + name: "Mega-gris", type: 1, elem: "Earth", conditions: { day: [], night: [5] }, -- cgit 1.4.1-2-gfad0