mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
HK: Add bug report link (#824)
Co-authored-by: Hussein Farran <hmfarran@gmail.com>
This commit is contained in:
@@ -121,6 +121,7 @@ shop_cost_types: typing.Dict[str, typing.Tuple[str, ...]] = {
|
|||||||
"Leg_Eater": ("GEO",),
|
"Leg_Eater": ("GEO",),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
class HKWeb(WebWorld):
|
class HKWeb(WebWorld):
|
||||||
tutorials = [Tutorial(
|
tutorials = [Tutorial(
|
||||||
"Mod Setup and Use Guide",
|
"Mod Setup and Use Guide",
|
||||||
@@ -131,6 +132,8 @@ class HKWeb(WebWorld):
|
|||||||
["Ijwu"]
|
["Ijwu"]
|
||||||
)]
|
)]
|
||||||
|
|
||||||
|
bug_report_page = "https://github.com/Ijwu/Archipelago.HollowKnight/issues/new?assignees=&labels=bug%2C+needs+investigation&template=bug_report.md&title="
|
||||||
|
|
||||||
|
|
||||||
class HKWorld(World):
|
class HKWorld(World):
|
||||||
"""Beneath the fading town of Dirtmouth sleeps a vast, ancient kingdom. Many are drawn beneath the surface,
|
"""Beneath the fading town of Dirtmouth sleeps a vast, ancient kingdom. Many are drawn beneath the surface,
|
||||||
|
Reference in New Issue
Block a user