From b47cca451567bdfcb196984baec9e86f74064757 Mon Sep 17 00:00:00 2001 From: alwaysintreble Date: Wed, 3 Aug 2022 07:41:27 -0500 Subject: [PATCH] HK: Add bug report link (#824) Co-authored-by: Hussein Farran --- worlds/hk/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/worlds/hk/__init__.py b/worlds/hk/__init__.py index c07d995e..bc9b2951 100644 --- a/worlds/hk/__init__.py +++ b/worlds/hk/__init__.py @@ -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,