add glitch_boots mystery node

This commit is contained in:
Fabian Dill
2020-04-10 20:58:52 +02:00
parent 2ebc133cab
commit 01b7a590e7
3 changed files with 7 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ class World(object):
for name, method in methods:
if name.startswith("_debug_"):
setattr(self, name[7:], method)
logging.info(f"Set {self}.{name[7:]} to {method}")
logging.debug(f"Set {self}.{name[7:]} to {method}")
self.get_location = self._debug_get_location
self.players = players
self.teams = 1