add AnonymousCanada to supporters
This commit is contained in:
parent
d46e42daa6
commit
2a1cf341c7
8 changed files with 473 additions and 457 deletions
|
|
@ -2879,7 +2879,7 @@ var HK = {
|
|||
spoiler: "He heard a disturbance from inside a black temple."
|
||||
},
|
||||
endOfHints: {
|
||||
spoiler: "The Knight still explores the world of Hallownest patiently, in constant search of its remaining secrets.\n [this is the end of the hint system (for the moment). The rest is up to you]"
|
||||
spoiler: "The Knight still explores the world of Hallownest patiently, in constant search of its remaining secrets. [this is the end of the hint system (for the moment). The rest is up to you]"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -4302,7 +4302,9 @@ var HK = {
|
|||
case SplitName.MrMushroom5: shouldSplit = mem.PlayerData<int>(Offset.mrMushroomState) == 6; break;
|
||||
case SplitName.MrMushroom6: shouldSplit = mem.PlayerData<int>(Offset.mrMushroomState) == 7; break;
|
||||
case SplitName.MrMushroom7: shouldSplit = mem.PlayerData<int>(Offset.mrMushroomState) == 8; break;
|
||||
|
||||
"mrMushroomState": 4, < this is the current location of Mr Mushroom (Howling Cliffs)
|
||||
|
||||
1. Spawn of self, their minds unite, (Fungal Wastes)
|
||||
2. Aside the source of acid blight, (Kingdom's Edge, near Isma's Grove)
|
||||
3. Aglow in darkest, winding depths, (Deepnest, near Galien)
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -266,9 +266,12 @@
|
|||
</h6>
|
||||
|
||||
<p class="smalltext">
|
||||
<b class="pp-gold">Klaudia</b> (Lvl 26) - <b class="pp-silver">Rohit</b> (Lvl 7) - <b
|
||||
class="pp-silver">Dominic</b> (Lvl 6) - <b class="pp-silver">David</b> (Lvl 5) - <b class="pp-silver">Peter</b>
|
||||
(Lvl 5)
|
||||
<b class="pp-gold">Klaudia</b> (Lvl 26) -
|
||||
<b class="pp-silver">Rohit</b> (Lvl 7) -
|
||||
<b class="pp-silver">Dominic</b> (Lvl 6) -
|
||||
<b class="pp-silver">David</b> (Lvl 5) -
|
||||
<b class="pp-silver">Peter</b> (Lvl 5) -
|
||||
<b class="pp-bronze">AnonymousCanada</b> (Lvl 3)
|
||||
</p>
|
||||
|
||||
<p class="smalltext">
|
||||
|
|
|
|||
|
|
@ -901,6 +901,10 @@ input[type="radio"]:focus + label {
|
|||
color: #ebf9ff;
|
||||
}
|
||||
|
||||
.pp-bronze {
|
||||
color: #b98465;
|
||||
}
|
||||
|
||||
.test {
|
||||
color: #59d1da;
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -793,6 +793,10 @@ input[type="radio"]:focus + label {
|
|||
color: #ebf9ff;
|
||||
}
|
||||
|
||||
.pp-bronze {
|
||||
color: #b98465;
|
||||
}
|
||||
|
||||
.test {
|
||||
color: #59d1da;
|
||||
}
|
||||
|
|
@ -151,9 +151,12 @@
|
|||
</h6>
|
||||
|
||||
<p class="smalltext">
|
||||
<b class="pp-gold">Klaudia</b> (Lvl 26) - <b class="pp-silver">Rohit</b> (Lvl 7) - <b
|
||||
class="pp-silver">Dominic</b> (Lvl 6) - <b class="pp-silver">David</b> (Lvl 5) - <b class="pp-silver">Peter</b>
|
||||
(Lvl 5)
|
||||
<b class="pp-gold">Klaudia</b> (Lvl 26) -
|
||||
<b class="pp-silver">Rohit</b> (Lvl 7) -
|
||||
<b class="pp-silver">Dominic</b> (Lvl 6) -
|
||||
<b class="pp-silver">David</b> (Lvl 5) -
|
||||
<b class="pp-silver">Peter</b> (Lvl 5) -
|
||||
<b class="pp-bronze">AnonymousCanada</b> (Lvl 3)
|
||||
</p>
|
||||
|
||||
<p class="smalltext">
|
||||
|
|
|
|||
Loading…
Reference in a new issue