HK: Add bug report link (#824)
Co-authored-by: Hussein Farran <hmfarran@gmail.com>
This commit is contained in:
parent
5f27019855
commit
b47cca4515
|
@ -121,6 +121,7 @@ shop_cost_types: typing.Dict[str, typing.Tuple[str, ...]] = {
|
|||
"Leg_Eater": ("GEO",),
|
||||
}
|
||||
|
||||
|
||||
class HKWeb(WebWorld):
|
||||
tutorials = [Tutorial(
|
||||
"Mod Setup and Use Guide",
|
||||
|
@ -131,6 +132,8 @@ class HKWeb(WebWorld):
|
|||
["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):
|
||||
"""Beneath the fading town of Dirtmouth sleeps a vast, ancient kingdom. Many are drawn beneath the surface,
|
||||
|
|
Loading…
Reference in New Issue