Gruz Mother corrected
This commit is contained in:
parent
b13a386130
commit
13de7d6312
2 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ const DIV_ID = {
|
||||||
|
|
||||||
const HK_BOSSES = {
|
const HK_BOSSES = {
|
||||||
killedMawlek: "Brooding Mawlek",
|
killedMawlek: "Brooding Mawlek",
|
||||||
killedBigBuzzer: "Gruz Mother", // wrong
|
killedBurstingBouncer: "Gruz Mother",
|
||||||
collectorDefeated: "The Collector",
|
collectorDefeated: "The Collector",
|
||||||
defeatedMegaJelly: "Uumuu",
|
defeatedMegaJelly: "Uumuu",
|
||||||
killedMimicSpider: "Nosk",
|
killedMimicSpider: "Nosk",
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@
|
||||||
<h2>Game Status</h2>
|
<h2>Game Status</h2>
|
||||||
<div id="hk-intro"></div>
|
<div id="hk-intro"></div>
|
||||||
|
|
||||||
<h2>Bosses (WIP)</h2>
|
<h2>Bosses</h2>
|
||||||
<div id="hk-bosses"></div>
|
<div id="hk-bosses"></div>
|
||||||
|
|
||||||
<h2>Charms</h2>
|
<h2>Charms</h2>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue