From 5c3e144d28199555e03b1708b22e2fd38c85fb76 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Sun, 21 Jun 2020 15:37:36 +0200 Subject: [PATCH] webhost quick fix --- WebHost/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WebHost/__init__.py b/WebHost/__init__.py index 1afaeefe..e0ad96ef 100644 --- a/WebHost/__init__.py +++ b/WebHost/__init__.py @@ -1,3 +1,6 @@ +"""Friendly reminder that if you want to host this somewhere on the internet, that it's licensed under MIT Berserker66 +So unless you're Berserker you need to include license information.""" + import json import os import logging @@ -143,6 +146,7 @@ def get_tracker(room: int): links = {"Bow": "Progressive Bow", "Silver Arrows": "Progressive Bow", + "Progressive Bow (Alt)": "Progressive Bow", "Bottle (Red Potion)": "Bottle", "Bottle (Green Potion)": "Bottle", "Bottle (Blue Potion)": "Bottle",